Shades of Persian Red #D14237
Tints of Persian Red #D14237
RGB
CMYK
RGB Variations
Color information
#D14237 (or 0xD14237) is known color: Persian Red. HEX triplet: D1, 42 and 37. RGB value is (209,66,55). Sum of RGB (Red+Green+Blue) = 209+66+55=330 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.33% from 330); Green value is 66 (26.17% from 255 or 20% from 330); Blue value is 55 (21.88% from 255 or 16.67% from 330); Max value from RGB is 209 - color contains mainly: red. Hex color #D14237 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D14237 is #2EBDC8. Grayscale: #6B6B6B. Windows color (decimal): -3063241 or 3621585. OLE color: 3621585.
HSL color Cylindrical-coordinate representation of color #D14237: hue angle of 4.29º 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 #D14237 is Cyan = 0, Magento = 0.68, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 66 | 55 | - |
| CMYK | 0 | 0.68 | 0.74 | 0.18 |
| HSL | 4.29º | 0.63% | 0.52% | - |
| HSV(B) | 4.29º | 0.74% | 0.82% | - |
| XYZ | 28.93 | 17.73 | 5.51 | - |
| YUV | 107.5 | 98.38 | 200.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 66 | 55 | 0 | 0.68 | 0.74 | 0.18 | 4.29 | 0.63 | 0.52 |
| Hex | D1 | 42 | 37 | 0 | 44 | 4A | 12 | 4 | 3F | 34 |
| Octal | 321 | 102 | 67 | 0 | 104 | 112 | 22 | 4 | 77 | 64 |
| Binary | 11010001 | 1000010 | 110111 | 0 | 1000100 | 1001010 | 10010 | 100 | 111111 | 110100 |
Color Harmonies of #D14237
Complementary color
Monochromatic Colors of #D14237
Black with #D14237
Text Example
Text Example
White with #D14237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14237; }
p { color: rgb(209,66,55); }
H1.HeaderClassName
{
color: #D14237;
}
.AnyTagClassName
{
color: #D14237;
}
</style>
background-color css
<style>
a { background-color: #D14237; }
a { background-color: rgb(209,66,55); }
div.DivClassName
{
background-color: #D14237;
}
.BgClassName
{
background-color: #D14237;
}
</style>
border-color css
<style>
span { border-color: #D14237; }
span { border-color: rgb(209,66,55); }
td.TdClassName
{
border-color: #D14237;
}
.TagClassName
{
border-color: #D14237;
}
</style>