Shades of Persian Red #D22721
Tints of Persian Red #D22721
RGB
CMYK
RGB Variations
Color information
#D22721 (or 0xD22721) is known color: Persian Red. HEX triplet: D2, 27 and 21. RGB value is (210,39,33). Sum of RGB (Red+Green+Blue) = 210+39+33=282 (37% of max value = 765). Red value is 210 (82.42% from 255 or 74.47% from 282); Green value is 39 (15.62% from 255 or 13.83% from 282); Blue value is 33 (13.28% from 255 or 11.70% from 282); Max value from RGB is 210 - color contains mainly: red. Hex color #D22721 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D22721 is #2DD8DE. Grayscale: #595959. Windows color (decimal): -3004639 or 2172882. OLE color: 2172882.
HSL color Cylindrical-coordinate representation of color #D22721: hue angle of 2.03º degrees, saturation: 0.73, 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 #D22721 is Cyan = 0, Magento = 0.81, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 39 | 33 | - |
| CMYK | 0 | 0.81 | 0.84 | 0.18 |
| HSL | 2.03º | 0.73% | 0.48% | - |
| HSV(B) | 2.03º | 0.84% | 0.82% | - |
| XYZ | 27.58 | 15.26 | 2.93 | - |
| YUV | 89.45 | 96.15 | 213.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 39 | 33 | 0 | 0.81 | 0.84 | 0.18 | 2.03 | 0.73 | 0.48 |
| Hex | D2 | 27 | 21 | 0 | 51 | 54 | 12 | 2 | 49 | 30 |
| Octal | 322 | 47 | 41 | 0 | 121 | 124 | 22 | 2 | 111 | 60 |
| Binary | 11010010 | 100111 | 100001 | 0 | 1010001 | 1010100 | 10010 | 10 | 1001001 | 110000 |
Color Harmonies of #D22721
Complementary color
Monochromatic Colors of #D22721
Black with #D22721
Text Example
Text Example
White with #D22721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22721; }
p { color: rgb(210,39,33); }
H1.HeaderClassName
{
color: #D22721;
}
.AnyTagClassName
{
color: #D22721;
}
</style>
background-color css
<style>
a { background-color: #D22721; }
a { background-color: rgb(210,39,33); }
div.DivClassName
{
background-color: #D22721;
}
.BgClassName
{
background-color: #D22721;
}
</style>
border-color css
<style>
span { border-color: #D22721; }
span { border-color: rgb(210,39,33); }
td.TdClassName
{
border-color: #D22721;
}
.TagClassName
{
border-color: #D22721;
}
</style>