Shades of Persian Red #DE211E
Tints of Persian Red #DE211E
RGB
CMYK
RGB Variations
Color information
#DE211E (or 0xDE211E) is known color: Persian Red. HEX triplet: DE, 21 and 1E. RGB value is (222,33,30). Sum of RGB (Red+Green+Blue) = 222+33+30=285 (37% of max value = 765). Red value is 222 (87.11% from 255 or 77.89% from 285); Green value is 33 (13.28% from 255 or 11.58% from 285); Blue value is 30 (12.11% from 255 or 10.53% from 285); Max value from RGB is 222 - color contains mainly: red. Hex color #DE211E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE211E is #21DEE1. Grayscale: #595959. Windows color (decimal): -2219746 or 1974750. OLE color: 1974750.
HSL color Cylindrical-coordinate representation of color #DE211E: hue angle of 0.94º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DE211E is Cyan = 0, Magento = 0.85, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 33 | 30 | - |
| CMYK | 0 | 0.85 | 0.86 | 0.13 |
| HSL | 0.94º | 0.76% | 0.49% | - |
| HSV(B) | 0.94º | 0.86% | 0.87% | - |
| XYZ | 30.9 | 16.71 | 2.83 | - |
| YUV | 89.17 | 94.62 | 222.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 33 | 30 | 0 | 0.85 | 0.86 | 0.13 | 0.94 | 0.76 | 0.49 |
| Hex | DE | 21 | 1E | 0 | 55 | 56 | D | 1 | 4C | 31 |
| Octal | 336 | 41 | 36 | 0 | 125 | 126 | 15 | 1 | 114 | 61 |
| Binary | 11011110 | 100001 | 11110 | 0 | 1010101 | 1010110 | 1101 | 1 | 1001100 | 110001 |
Color Harmonies of #DE211E
Complementary color
Monochromatic Colors of #DE211E
Black with #DE211E
Text Example
Text Example
White with #DE211E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE211E; }
p { color: rgb(222,33,30); }
H1.HeaderClassName
{
color: #DE211E;
}
.AnyTagClassName
{
color: #DE211E;
}
</style>
background-color css
<style>
a { background-color: #DE211E; }
a { background-color: rgb(222,33,30); }
div.DivClassName
{
background-color: #DE211E;
}
.BgClassName
{
background-color: #DE211E;
}
</style>
border-color css
<style>
span { border-color: #DE211E; }
span { border-color: rgb(222,33,30); }
td.TdClassName
{
border-color: #DE211E;
}
.TagClassName
{
border-color: #DE211E;
}
</style>