Shades of Persian Red #D13F37
Tints of Persian Red #D13F37
RGB
CMYK
RGB Variations
Color information
#D13F37 (or 0xD13F37) is known color: Persian Red. HEX triplet: D1, 3F and 37. RGB value is (209,63,55). Sum of RGB (Red+Green+Blue) = 209+63+55=327 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.91% from 327); Green value is 63 (25% from 255 or 19.27% from 327); Blue value is 55 (21.88% from 255 or 16.82% from 327); Max value from RGB is 209 - color contains mainly: red. Hex color #D13F37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13F37 is #2EC0C8. Grayscale: #696969. Windows color (decimal): -3064009 or 3620817. OLE color: 3620817.
HSL color Cylindrical-coordinate representation of color #D13F37: hue angle of 3.12º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D13F37 is Cyan = 0, Magento = 0.70, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 63 | 55 | - |
| CMYK | 0 | 0.70 | 0.74 | 0.18 |
| HSL | 3.12º | 0.63% | 0.52% | - |
| HSV(B) | 3.12º | 0.74% | 0.82% | - |
| XYZ | 28.76 | 17.39 | 5.45 | - |
| YUV | 105.74 | 99.37 | 201.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 63 | 55 | 0 | 0.70 | 0.74 | 0.18 | 3.12 | 0.63 | 0.52 |
| Hex | D1 | 3F | 37 | 0 | 46 | 4A | 12 | 3 | 3F | 34 |
| Octal | 321 | 77 | 67 | 0 | 106 | 112 | 22 | 3 | 77 | 64 |
| Binary | 11010001 | 111111 | 110111 | 0 | 1000110 | 1001010 | 10010 | 11 | 111111 | 110100 |
Color Harmonies of #D13F37
Complementary color
Monochromatic Colors of #D13F37
Black with #D13F37
Text Example
Text Example
White with #D13F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13F37; }
p { color: rgb(209,63,55); }
H1.HeaderClassName
{
color: #D13F37;
}
.AnyTagClassName
{
color: #D13F37;
}
</style>
background-color css
<style>
a { background-color: #D13F37; }
a { background-color: rgb(209,63,55); }
div.DivClassName
{
background-color: #D13F37;
}
.BgClassName
{
background-color: #D13F37;
}
</style>
border-color css
<style>
span { border-color: #D13F37; }
span { border-color: rgb(209,63,55); }
td.TdClassName
{
border-color: #D13F37;
}
.TagClassName
{
border-color: #D13F37;
}
</style>