Shades of Persian Red #DE2322
Tints of Persian Red #DE2322
RGB
CMYK
RGB Variations
Color information
#DE2322 (or 0xDE2322) is known color: Persian Red. HEX triplet: DE, 23 and 22. RGB value is (222,35,34). Sum of RGB (Red+Green+Blue) = 222+35+34=291 (38% of max value = 765). Red value is 222 (87.11% from 255 or 76.29% from 291); Green value is 35 (14.06% from 255 or 12.03% from 291); Blue value is 34 (13.67% from 255 or 11.68% from 291); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2322 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE2322 is #21DCDD. Grayscale: #5A5A5A. Windows color (decimal): -2219230 or 2237406. OLE color: 2237406.
HSL color Cylindrical-coordinate representation of color #DE2322: hue angle of 0.32º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DE2322 is Cyan = 0, Magento = 0.84, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 35 | 34 | - |
| CMYK | 0 | 0.84 | 0.85 | 0.13 |
| HSL | 0.32º | 0.74% | 0.5% | - |
| HSV(B) | 0.32º | 0.85% | 0.87% | - |
| XYZ | 31.01 | 16.85 | 3.13 | - |
| YUV | 90.8 | 95.95 | 221.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 35 | 34 | 0 | 0.84 | 0.85 | 0.13 | 0.32 | 0.74 | 0.5 |
| Hex | DE | 23 | 22 | 0 | 54 | 55 | D | 0 | 4A | 32 |
| Octal | 336 | 43 | 42 | 0 | 124 | 125 | 15 | 0 | 112 | 62 |
| Binary | 11011110 | 100011 | 100010 | 0 | 1010100 | 1010101 | 1101 | 0 | 1001010 | 110010 |
Color Harmonies of #DE2322
Complementary color
Monochromatic Colors of #DE2322
Black with #DE2322
Text Example
Text Example
White with #DE2322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE2322; }
p { color: rgb(222,35,34); }
H1.HeaderClassName
{
color: #DE2322;
}
.AnyTagClassName
{
color: #DE2322;
}
</style>
background-color css
<style>
a { background-color: #DE2322; }
a { background-color: rgb(222,35,34); }
div.DivClassName
{
background-color: #DE2322;
}
.BgClassName
{
background-color: #DE2322;
}
</style>
border-color css
<style>
span { border-color: #DE2322; }
span { border-color: rgb(222,35,34); }
td.TdClassName
{
border-color: #DE2322;
}
.TagClassName
{
border-color: #DE2322;
}
</style>