Shades of Persian Red #D62720
Tints of Persian Red #D62720
RGB
CMYK
RGB Variations
Color information
#D62720 (or 0xD62720) is known color: Persian Red. HEX triplet: D6, 27 and 20. RGB value is (214,39,32). Sum of RGB (Red+Green+Blue) = 214+39+32=285 (37% of max value = 765). Red value is 214 (83.98% from 255 or 75.09% from 285); Green value is 39 (15.62% from 255 or 13.68% from 285); Blue value is 32 (12.89% from 255 or 11.23% from 285); Max value from RGB is 214 - color contains mainly: red. Hex color #D62720 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62720 is #29D8DF. Grayscale: #5A5A5A. Windows color (decimal): -2742496 or 2107350. OLE color: 2107350.
HSL color Cylindrical-coordinate representation of color #D62720: hue angle of 2.31º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D62720 is Cyan = 0, Magento = 0.82, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 39 | 32 | - |
| CMYK | 0 | 0.82 | 0.85 | 0.16 |
| HSL | 2.31º | 0.74% | 0.48% | - |
| HSV(B) | 2.31º | 0.85% | 0.84% | - |
| XYZ | 28.72 | 15.85 | 2.91 | - |
| YUV | 90.53 | 94.98 | 216.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 39 | 32 | 0 | 0.82 | 0.85 | 0.16 | 2.31 | 0.74 | 0.48 |
| Hex | D6 | 27 | 20 | 0 | 52 | 55 | 10 | 2 | 4A | 30 |
| Octal | 326 | 47 | 40 | 0 | 122 | 125 | 20 | 2 | 112 | 60 |
| Binary | 11010110 | 100111 | 100000 | 0 | 1010010 | 1010101 | 10000 | 10 | 1001010 | 110000 |
Color Harmonies of #D62720
Complementary color
Monochromatic Colors of #D62720
Black with #D62720
Text Example
Text Example
White with #D62720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62720; }
p { color: rgb(214,39,32); }
H1.HeaderClassName
{
color: #D62720;
}
.AnyTagClassName
{
color: #D62720;
}
</style>
background-color css
<style>
a { background-color: #D62720; }
a { background-color: rgb(214,39,32); }
div.DivClassName
{
background-color: #D62720;
}
.BgClassName
{
background-color: #D62720;
}
</style>
border-color css
<style>
span { border-color: #D62720; }
span { border-color: rgb(214,39,32); }
td.TdClassName
{
border-color: #D62720;
}
.TagClassName
{
border-color: #D62720;
}
</style>