---
title: redPinColor()
framework: mapkit
role: symbol
role_heading: Type Method
path: mapkit/mkpinannotationview/redpincolor()
---

# redPinColor()

Returns the standard color for red pins.

## Declaration

```swift
class func redPinColor() -> UIColor
```

```swift
class func redPinColor() -> NSColor
```

## Return Value

Return Value The red pin color.

## Discussion

Discussion The system uses red pins to indicate destination points on the map.

## See Also

### Getting Standard Pin Colors

- [greenPinColor()](mapkit/mkpinannotationview/greenpincolor().md)
- [purplePinColor()](mapkit/mkpinannotationview/purplepincolor().md)
- [MKPinAnnotationColor](mapkit/mkpinannotationcolor.md)
