Shades of Persian Red #D24037
Tints of Persian Red #D24037
RGB
CMYK
RGB Variations
Color information
#D24037 (or 0xD24037) is known color: Persian Red. HEX triplet: D2, 40 and 37. RGB value is (210,64,55). Sum of RGB (Red+Green+Blue) = 210+64+55=329 (43% of max value = 765). Red value is 210 (82.42% from 255 or 63.83% from 329); Green value is 64 (25.39% from 255 or 19.45% from 329); Blue value is 55 (21.88% from 255 or 16.72% from 329); Max value from RGB is 210 - color contains mainly: red. Hex color #D24037 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D24037 is #2DBFC8. Grayscale: #6A6A6A. Windows color (decimal): -2998217 or 3621074. OLE color: 3621074.
HSL color Cylindrical-coordinate representation of color #D24037: hue angle of 3.48º 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 #D24037 is Cyan = 0, Magento = 0.70, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 64 | 55 | - |
| CMYK | 0 | 0.70 | 0.74 | 0.18 |
| HSL | 3.48º | 0.63% | 0.52% | - |
| HSV(B) | 3.48º | 0.74% | 0.82% | - |
| XYZ | 29.1 | 17.64 | 5.49 | - |
| YUV | 106.63 | 98.87 | 201.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 64 | 55 | 0 | 0.70 | 0.74 | 0.18 | 3.48 | 0.63 | 0.52 |
| Hex | D2 | 40 | 37 | 0 | 46 | 4A | 12 | 3 | 3F | 34 |
| Octal | 322 | 100 | 67 | 0 | 106 | 112 | 22 | 3 | 77 | 64 |
| Binary | 11010010 | 1000000 | 110111 | 0 | 1000110 | 1001010 | 10010 | 11 | 111111 | 110100 |
Color Harmonies of #D24037
Complementary color
Monochromatic Colors of #D24037
Black with #D24037
Text Example
Text Example
White with #D24037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24037; }
p { color: rgb(210,64,55); }
H1.HeaderClassName
{
color: #D24037;
}
.AnyTagClassName
{
color: #D24037;
}
</style>
background-color css
<style>
a { background-color: #D24037; }
a { background-color: rgb(210,64,55); }
div.DivClassName
{
background-color: #D24037;
}
.BgClassName
{
background-color: #D24037;
}
</style>
border-color css
<style>
span { border-color: #D24037; }
span { border-color: rgb(210,64,55); }
td.TdClassName
{
border-color: #D24037;
}
.TagClassName
{
border-color: #D24037;
}
</style>