Shades of Persian Red #D72F24
Tints of Persian Red #D72F24
RGB
CMYK
RGB Variations
Color information
#D72F24 (or 0xD72F24) is known color: Persian Red. HEX triplet: D7, 2F and 24. RGB value is (215,47,36). Sum of RGB (Red+Green+Blue) = 215+47+36=298 (39% of max value = 765). Red value is 215 (84.38% from 255 or 72.15% from 298); Green value is 47 (18.75% from 255 or 15.77% from 298); Blue value is 36 (14.45% from 255 or 12.08% from 298); Max value from RGB is 215 - color contains mainly: red. Hex color #D72F24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D72F24 is #28D0DB. Grayscale: #606060. Windows color (decimal): -2674908 or 2371543. OLE color: 2371543.
HSL color Cylindrical-coordinate representation of color #D72F24: hue angle of 3.69º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D72F24 is Cyan = 0, Magento = 0.78, Yellow = 0.83 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 47 | 36 | - |
| CMYK | 0 | 0.78 | 0.83 | 0.16 |
| HSL | 3.69º | 0.71% | 0.49% | - |
| HSV(B) | 3.69º | 0.83% | 0.84% | - |
| XYZ | 29.36 | 16.61 | 3.33 | - |
| YUV | 95.98 | 94.16 | 212.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 47 | 36 | 0 | 0.78 | 0.83 | 0.16 | 3.69 | 0.71 | 0.49 |
| Hex | D7 | 2F | 24 | 0 | 4E | 53 | 10 | 4 | 47 | 31 |
| Octal | 327 | 57 | 44 | 0 | 116 | 123 | 20 | 4 | 107 | 61 |
| Binary | 11010111 | 101111 | 100100 | 0 | 1001110 | 1010011 | 10000 | 100 | 1000111 | 110001 |
Color Harmonies of #D72F24
Complementary color
Monochromatic Colors of #D72F24
Black with #D72F24
Text Example
Text Example
White with #D72F24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72F24; }
p { color: rgb(215,47,36); }
H1.HeaderClassName
{
color: #D72F24;
}
.AnyTagClassName
{
color: #D72F24;
}
</style>
background-color css
<style>
a { background-color: #D72F24; }
a { background-color: rgb(215,47,36); }
div.DivClassName
{
background-color: #D72F24;
}
.BgClassName
{
background-color: #D72F24;
}
</style>
border-color css
<style>
span { border-color: #D72F24; }
span { border-color: rgb(215,47,36); }
td.TdClassName
{
border-color: #D72F24;
}
.TagClassName
{
border-color: #D72F24;
}
</style>