Shades of Persian Red #D02D22
Tints of Persian Red #D02D22
RGB
CMYK
RGB Variations
Color information
#D02D22 (or 0xD02D22) is known color: Persian Red. HEX triplet: D0, 2D and 22. RGB value is (208,45,34). Sum of RGB (Red+Green+Blue) = 208+45+34=287 (38% of max value = 765). Red value is 208 (81.64% from 255 or 72.47% from 287); Green value is 45 (17.97% from 255 or 15.68% from 287); Blue value is 34 (13.67% from 255 or 11.85% from 287); Max value from RGB is 208 - color contains mainly: red. Hex color #D02D22 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02D22 is #2FD2DD. Grayscale: #5C5C5C. Windows color (decimal): -3134174 or 2239952. OLE color: 2239952.
HSL color Cylindrical-coordinate representation of color #D02D22: hue angle of 3.79º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D02D22 is Cyan = 0, Magento = 0.78, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 45 | 34 | - |
| CMYK | 0 | 0.78 | 0.84 | 0.18 |
| HSL | 3.79º | 0.72% | 0.47% | - |
| HSV(B) | 3.79º | 0.84% | 0.82% | - |
| XYZ | 27.24 | 15.4 | 3.05 | - |
| YUV | 92.48 | 95 | 210.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 45 | 34 | 0 | 0.78 | 0.84 | 0.18 | 3.79 | 0.72 | 0.47 |
| Hex | D0 | 2D | 22 | 0 | 4E | 54 | 12 | 4 | 48 | 2F |
| Octal | 320 | 55 | 42 | 0 | 116 | 124 | 22 | 4 | 110 | 57 |
| Binary | 11010000 | 101101 | 100010 | 0 | 1001110 | 1010100 | 10010 | 100 | 1001000 | 101111 |
Color Harmonies of #D02D22
Complementary color
Monochromatic Colors of #D02D22
Black with #D02D22
Text Example
Text Example
White with #D02D22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02D22; }
p { color: rgb(208,45,34); }
H1.HeaderClassName
{
color: #D02D22;
}
.AnyTagClassName
{
color: #D02D22;
}
</style>
background-color css
<style>
a { background-color: #D02D22; }
a { background-color: rgb(208,45,34); }
div.DivClassName
{
background-color: #D02D22;
}
.BgClassName
{
background-color: #D02D22;
}
</style>
border-color css
<style>
span { border-color: #D02D22; }
span { border-color: rgb(208,45,34); }
td.TdClassName
{
border-color: #D02D22;
}
.TagClassName
{
border-color: #D02D22;
}
</style>