Shades of Persian Red #DE221F
Tints of Persian Red #DE221F
RGB
CMYK
RGB Variations
Color information
#DE221F (or 0xDE221F) is known color: Persian Red. HEX triplet: DE, 22 and 1F. RGB value is (222,34,31). Sum of RGB (Red+Green+Blue) = 222+34+31=287 (38% of max value = 765). Red value is 222 (87.11% from 255 or 77.35% from 287); Green value is 34 (13.67% from 255 or 11.85% from 287); Blue value is 31 (12.5% from 255 or 10.80% from 287); Max value from RGB is 222 - color contains mainly: red. Hex color #DE221F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE221F is #21DDE0. Grayscale: #5A5A5A. Windows color (decimal): -2219489 or 2040542. OLE color: 2040542.
HSL color Cylindrical-coordinate representation of color #DE221F: hue angle of 0.94º 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 #DE221F is Cyan = 0, Magento = 0.85, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 34 | 31 | - |
| CMYK | 0 | 0.85 | 0.86 | 0.13 |
| HSL | 0.94º | 0.75% | 0.5% | - |
| HSV(B) | 0.94º | 0.86% | 0.87% | - |
| XYZ | 30.94 | 16.77 | 2.9 | - |
| YUV | 89.87 | 94.78 | 222.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 34 | 31 | 0 | 0.85 | 0.86 | 0.13 | 0.94 | 0.75 | 0.5 |
| Hex | DE | 22 | 1F | 0 | 55 | 56 | D | 1 | 4B | 32 |
| Octal | 336 | 42 | 37 | 0 | 125 | 126 | 15 | 1 | 113 | 62 |
| Binary | 11011110 | 100010 | 11111 | 0 | 1010101 | 1010110 | 1101 | 1 | 1001011 | 110010 |
Color Harmonies of #DE221F
Complementary color
Monochromatic Colors of #DE221F
Black with #DE221F
Text Example
Text Example
White with #DE221F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE221F; }
p { color: rgb(222,34,31); }
H1.HeaderClassName
{
color: #DE221F;
}
.AnyTagClassName
{
color: #DE221F;
}
</style>
background-color css
<style>
a { background-color: #DE221F; }
a { background-color: rgb(222,34,31); }
div.DivClassName
{
background-color: #DE221F;
}
.BgClassName
{
background-color: #DE221F;
}
</style>
border-color css
<style>
span { border-color: #DE221F; }
span { border-color: rgb(222,34,31); }
td.TdClassName
{
border-color: #DE221F;
}
.TagClassName
{
border-color: #DE221F;
}
</style>