Shades of Persian Red #D02A21
Tints of Persian Red #D02A21
RGB
CMYK
RGB Variations
Color information
#D02A21 (or 0xD02A21) is known color: Persian Red. HEX triplet: D0, 2A and 21. RGB value is (208,42,33). Sum of RGB (Red+Green+Blue) = 208+42+33=283 (37% of max value = 765). Red value is 208 (81.64% from 255 or 73.50% from 283); Green value is 42 (16.80% from 255 or 14.84% from 283); Blue value is 33 (13.28% from 255 or 11.66% from 283); Max value from RGB is 208 - color contains mainly: red. Hex color #D02A21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02A21 is #2FD5DE. Grayscale: #5A5A5A. Windows color (decimal): -3134943 or 2173648. OLE color: 2173648.
HSL color Cylindrical-coordinate representation of color #D02A21: hue angle of 3.09º degrees, saturation: 0.73, 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 #D02A21 is Cyan = 0, Magento = 0.80, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 42 | 33 | - |
| CMYK | 0 | 0.80 | 0.84 | 0.18 |
| HSL | 3.09º | 0.73% | 0.47% | - |
| HSV(B) | 3.09º | 0.84% | 0.82% | - |
| XYZ | 27.11 | 15.18 | 2.94 | - |
| YUV | 90.61 | 95.5 | 211.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 42 | 33 | 0 | 0.80 | 0.84 | 0.18 | 3.09 | 0.73 | 0.47 |
| Hex | D0 | 2A | 21 | 0 | 50 | 54 | 12 | 3 | 49 | 2F |
| Octal | 320 | 52 | 41 | 0 | 120 | 124 | 22 | 3 | 111 | 57 |
| Binary | 11010000 | 101010 | 100001 | 0 | 1010000 | 1010100 | 10010 | 11 | 1001001 | 101111 |
Color Harmonies of #D02A21
Complementary color
Monochromatic Colors of #D02A21
Black with #D02A21
Text Example
Text Example
White with #D02A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02A21; }
p { color: rgb(208,42,33); }
H1.HeaderClassName
{
color: #D02A21;
}
.AnyTagClassName
{
color: #D02A21;
}
</style>
background-color css
<style>
a { background-color: #D02A21; }
a { background-color: rgb(208,42,33); }
div.DivClassName
{
background-color: #D02A21;
}
.BgClassName
{
background-color: #D02A21;
}
</style>
border-color css
<style>
span { border-color: #D02A21; }
span { border-color: rgb(208,42,33); }
td.TdClassName
{
border-color: #D02A21;
}
.TagClassName
{
border-color: #D02A21;
}
</style>