Shades of Persian Red #DE2424
Tints of Persian Red #DE2424
RGB
CMYK
RGB Variations
Color information
#DE2424 (or 0xDE2424) is known color: Persian Red. HEX triplet: DE, 24 and 24. RGB value is (222,36,36). Sum of RGB (Red+Green+Blue) = 222+36+36=294 (38% of max value = 765). Red value is 222 (87.11% from 255 or 75.51% from 294); Green value is 36 (14.45% from 255 or 12.24% from 294); Blue value is 36 (14.45% from 255 or 12.24% from 294); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2424 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE2424 is #21DBDB. Grayscale: #5B5B5B. Windows color (decimal): -2218972 or 2368734. OLE color: 2368734.
HSL color Cylindrical-coordinate representation of color #DE2424: hue angle of 0º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DE2424 is Cyan = 0, Magento = 0.84, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 36 | 36 | - |
| CMYK | 0 | 0.84 | 0.84 | 0.13 |
| HSL | 0º | 0.74% | 0.51% | - |
| HSV(B) | 0º | 0.84% | 0.87% | - |
| XYZ | 31.07 | 16.92 | 3.3 | - |
| YUV | 91.61 | 96.62 | 221 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 36 | 36 | 0 | 0.84 | 0.84 | 0.13 | 0 | 0.74 | 0.51 |
| Hex | DE | 24 | 24 | 0 | 54 | 54 | D | 0 | 4A | 33 |
| Octal | 336 | 44 | 44 | 0 | 124 | 124 | 15 | 0 | 112 | 63 |
| Binary | 11011110 | 100100 | 100100 | 0 | 1010100 | 1010100 | 1101 | 0 | 1001010 | 110011 |
Color Harmonies of #DE2424
Complementary color
Monochromatic Colors of #DE2424
Black with #DE2424
Text Example
Text Example
White with #DE2424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE2424; }
p { color: rgb(222,36,36); }
H1.HeaderClassName
{
color: #DE2424;
}
.AnyTagClassName
{
color: #DE2424;
}
</style>
background-color css
<style>
a { background-color: #DE2424; }
a { background-color: rgb(222,36,36); }
div.DivClassName
{
background-color: #DE2424;
}
.BgClassName
{
background-color: #DE2424;
}
</style>
border-color css
<style>
span { border-color: #DE2424; }
span { border-color: rgb(222,36,36); }
td.TdClassName
{
border-color: #DE2424;
}
.TagClassName
{
border-color: #DE2424;
}
</style>