Shades of Persian Red #DE2E24
Tints of Persian Red #DE2E24
RGB
CMYK
RGB Variations
Color information
#DE2E24 (or 0xDE2E24) is known color: Persian Red. HEX triplet: DE, 2E and 24. RGB value is (222,46,36). Sum of RGB (Red+Green+Blue) = 222+46+36=304 (40% of max value = 765). Red value is 222 (87.11% from 255 or 73.03% from 304); Green value is 46 (18.36% from 255 or 15.13% from 304); Blue value is 36 (14.45% from 255 or 11.84% from 304); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2E24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE2E24 is #21D1DB. Grayscale: #616161. Windows color (decimal): -2216412 or 2371294. OLE color: 2371294.
HSL color Cylindrical-coordinate representation of color #DE2E24: hue angle of 3.23º 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 #DE2E24 is Cyan = 0, Magento = 0.79, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 46 | 36 | - |
| CMYK | 0 | 0.79 | 0.84 | 0.13 |
| HSL | 3.23º | 0.74% | 0.51% | - |
| HSV(B) | 3.23º | 0.84% | 0.87% | - |
| XYZ | 31.42 | 17.61 | 3.41 | - |
| YUV | 97.48 | 93.31 | 216.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 46 | 36 | 0 | 0.79 | 0.84 | 0.13 | 3.23 | 0.74 | 0.51 |
| Hex | DE | 2E | 24 | 0 | 4F | 54 | D | 3 | 4A | 33 |
| Octal | 336 | 56 | 44 | 0 | 117 | 124 | 15 | 3 | 112 | 63 |
| Binary | 11011110 | 101110 | 100100 | 0 | 1001111 | 1010100 | 1101 | 11 | 1001010 | 110011 |
Color Harmonies of #DE2E24
Complementary color
Monochromatic Colors of #DE2E24
Black with #DE2E24
Text Example
Text Example
White with #DE2E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE2E24; }
p { color: rgb(222,46,36); }
H1.HeaderClassName
{
color: #DE2E24;
}
.AnyTagClassName
{
color: #DE2E24;
}
</style>
background-color css
<style>
a { background-color: #DE2E24; }
a { background-color: rgb(222,46,36); }
div.DivClassName
{
background-color: #DE2E24;
}
.BgClassName
{
background-color: #DE2E24;
}
</style>
border-color css
<style>
span { border-color: #DE2E24; }
span { border-color: rgb(222,46,36); }
td.TdClassName
{
border-color: #DE2E24;
}
.TagClassName
{
border-color: #DE2E24;
}
</style>