Shades of Persian Red #D62D21
Tints of Persian Red #D62D21
RGB
CMYK
RGB Variations
Color information
#D62D21 (or 0xD62D21) is known color: Persian Red. HEX triplet: D6, 2D and 21. RGB value is (214,45,33). Sum of RGB (Red+Green+Blue) = 214+45+33=292 (38% of max value = 765). Red value is 214 (83.98% from 255 or 73.29% from 292); Green value is 45 (17.97% from 255 or 15.41% from 292); Blue value is 33 (13.28% from 255 or 11.30% from 292); Max value from RGB is 214 - color contains mainly: red. Hex color #D62D21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62D21 is #29D2DE. Grayscale: #5E5E5E. Windows color (decimal): -2740959 or 2174422. OLE color: 2174422.
HSL color Cylindrical-coordinate representation of color #D62D21: hue angle of 3.98º degrees, saturation: 0.73, 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 #D62D21 is Cyan = 0, Magento = 0.79, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 45 | 33 | - |
| CMYK | 0 | 0.79 | 0.85 | 0.16 |
| HSL | 3.98º | 0.73% | 0.48% | - |
| HSV(B) | 3.98º | 0.85% | 0.84% | - |
| XYZ | 28.94 | 16.28 | 3.06 | - |
| YUV | 94.16 | 93.49 | 213.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 45 | 33 | 0 | 0.79 | 0.85 | 0.16 | 3.98 | 0.73 | 0.48 |
| Hex | D6 | 2D | 21 | 0 | 4F | 55 | 10 | 4 | 49 | 30 |
| Octal | 326 | 55 | 41 | 0 | 117 | 125 | 20 | 4 | 111 | 60 |
| Binary | 11010110 | 101101 | 100001 | 0 | 1001111 | 1010101 | 10000 | 100 | 1001001 | 110000 |
Color Harmonies of #D62D21
Complementary color
Monochromatic Colors of #D62D21
Black with #D62D21
Text Example
Text Example
White with #D62D21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62D21; }
p { color: rgb(214,45,33); }
H1.HeaderClassName
{
color: #D62D21;
}
.AnyTagClassName
{
color: #D62D21;
}
</style>
background-color css
<style>
a { background-color: #D62D21; }
a { background-color: rgb(214,45,33); }
div.DivClassName
{
background-color: #D62D21;
}
.BgClassName
{
background-color: #D62D21;
}
</style>
border-color css
<style>
span { border-color: #D62D21; }
span { border-color: rgb(214,45,33); }
td.TdClassName
{
border-color: #D62D21;
}
.TagClassName
{
border-color: #D62D21;
}
</style>