Shades of Persian Red #D22422
Tints of Persian Red #D22422
RGB
CMYK
RGB Variations
Color information
#D22422 (or 0xD22422) is known color: Persian Red. HEX triplet: D2, 24 and 22. RGB value is (210,36,34). Sum of RGB (Red+Green+Blue) = 210+36+34=280 (37% of max value = 765). Red value is 210 (82.42% from 255 or 75% from 280); Green value is 36 (14.45% from 255 or 12.86% from 280); Blue value is 34 (13.67% from 255 or 12.14% from 280); Max value from RGB is 210 - color contains mainly: red. Hex color #D22422 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D22422 is #2DDBDD. Grayscale: #575757. Windows color (decimal): -3005406 or 2237650. OLE color: 2237650.
HSL color Cylindrical-coordinate representation of color #D22422: hue angle of 0.68º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D22422 is Cyan = 0, Magento = 0.83, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 36 | 34 | - |
| CMYK | 0 | 0.83 | 0.84 | 0.18 |
| HSL | 0.68º | 0.72% | 0.48% | - |
| HSV(B) | 0.68º | 0.84% | 0.82% | - |
| XYZ | 27.5 | 15.08 | 2.97 | - |
| YUV | 87.8 | 97.65 | 215.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 36 | 34 | 0 | 0.83 | 0.84 | 0.18 | 0.68 | 0.72 | 0.48 |
| Hex | D2 | 24 | 22 | 0 | 53 | 54 | 12 | 1 | 48 | 30 |
| Octal | 322 | 44 | 42 | 0 | 123 | 124 | 22 | 1 | 110 | 60 |
| Binary | 11010010 | 100100 | 100010 | 0 | 1010011 | 1010100 | 10010 | 1 | 1001000 | 110000 |
Color Harmonies of #D22422
Complementary color
Monochromatic Colors of #D22422
Black with #D22422
Text Example
Text Example
White with #D22422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22422; }
p { color: rgb(210,36,34); }
H1.HeaderClassName
{
color: #D22422;
}
.AnyTagClassName
{
color: #D22422;
}
</style>
background-color css
<style>
a { background-color: #D22422; }
a { background-color: rgb(210,36,34); }
div.DivClassName
{
background-color: #D22422;
}
.BgClassName
{
background-color: #D22422;
}
</style>
border-color css
<style>
span { border-color: #D22422; }
span { border-color: rgb(210,36,34); }
td.TdClassName
{
border-color: #D22422;
}
.TagClassName
{
border-color: #D22422;
}
</style>