Shades of Persian Red #DE211F
Tints of Persian Red #DE211F
RGB
CMYK
RGB Variations
Color information
#DE211F (or 0xDE211F) is known color: Persian Red. HEX triplet: DE, 21 and 1F. RGB value is (222,33,31). Sum of RGB (Red+Green+Blue) = 222+33+31=286 (37% of max value = 765). Red value is 222 (87.11% from 255 or 77.62% from 286); Green value is 33 (13.28% from 255 or 11.54% from 286); Blue value is 31 (12.5% from 255 or 10.84% from 286); Max value from RGB is 222 - color contains mainly: red. Hex color #DE211F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE211F is #21DEE0. Grayscale: #595959. Windows color (decimal): -2219745 or 2040286. OLE color: 2040286.
HSL color Cylindrical-coordinate representation of color #DE211F: hue angle of 0.63º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DE211F is Cyan = 0, Magento = 0.85, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 33 | 31 | - |
| CMYK | 0 | 0.85 | 0.86 | 0.13 |
| HSL | 0.63º | 0.75% | 0.5% | - |
| HSV(B) | 0.63º | 0.86% | 0.87% | - |
| XYZ | 30.92 | 16.72 | 2.89 | - |
| YUV | 89.28 | 95.12 | 222.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 33 | 31 | 0 | 0.85 | 0.86 | 0.13 | 0.63 | 0.75 | 0.5 |
| Hex | DE | 21 | 1F | 0 | 55 | 56 | D | 1 | 4B | 32 |
| Octal | 336 | 41 | 37 | 0 | 125 | 126 | 15 | 1 | 113 | 62 |
| Binary | 11011110 | 100001 | 11111 | 0 | 1010101 | 1010110 | 1101 | 1 | 1001011 | 110010 |
Color Harmonies of #DE211F
Complementary color
Monochromatic Colors of #DE211F
Black with #DE211F
Text Example
Text Example
White with #DE211F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE211F; }
p { color: rgb(222,33,31); }
H1.HeaderClassName
{
color: #DE211F;
}
.AnyTagClassName
{
color: #DE211F;
}
</style>
background-color css
<style>
a { background-color: #DE211F; }
a { background-color: rgb(222,33,31); }
div.DivClassName
{
background-color: #DE211F;
}
.BgClassName
{
background-color: #DE211F;
}
</style>
border-color css
<style>
span { border-color: #DE211F; }
span { border-color: rgb(222,33,31); }
td.TdClassName
{
border-color: #DE211F;
}
.TagClassName
{
border-color: #DE211F;
}
</style>