Shades of Alizarin #DE243E
Tints of Alizarin #DE243E
RGB
CMYK
RGB Variations
Color information
#DE243E (or 0xDE243E) is known color: Alizarin. HEX triplet: DE, 24 and 3E. RGB value is (222,36,62). Sum of RGB (Red+Green+Blue) = 222+36+62=320 (42% of max value = 765). Red value is 222 (87.11% from 255 or 69.38% from 320); Green value is 36 (14.45% from 255 or 11.25% from 320); Blue value is 62 (24.61% from 255 or 19.38% from 320); Max value from RGB is 222 - color contains mainly: red. Hex color #DE243E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE243E is #21DBC1. Grayscale: #5E5E5E. Windows color (decimal): -2218946 or 4072670. OLE color: 4072670.
HSL color Cylindrical-coordinate representation of color #DE243E: hue angle of 351.61º 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 #DE243E is Cyan = 0, Magento = 0.84, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 36 | 62 | - |
| CMYK | 0 | 0.84 | 0.72 | 0.13 |
| HSL | 351.61º | 0.74% | 0.51% | - |
| HSV(B) | 351.61º | 0.84% | 0.87% | - |
| XYZ | 31.62 | 17.14 | 6.2 | - |
| YUV | 94.58 | 109.62 | 218.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 36 | 62 | 0 | 0.84 | 0.72 | 0.13 | 351.61 | 0.74 | 0.51 |
| Hex | DE | 24 | 3E | 0 | 54 | 48 | D | 160 | 4A | 33 |
| Octal | 336 | 44 | 76 | 0 | 124 | 110 | 15 | 540 | 112 | 63 |
| Binary | 11011110 | 100100 | 111110 | 0 | 1010100 | 1001000 | 1101 | 101100000 | 1001010 | 110011 |
Color Harmonies of #DE243E
Complementary color
Monochromatic Colors of #DE243E
Black with #DE243E
Text Example
Text Example
White with #DE243E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE243E; }
p { color: rgb(222,36,62); }
H1.HeaderClassName
{
color: #DE243E;
}
.AnyTagClassName
{
color: #DE243E;
}
</style>
background-color css
<style>
a { background-color: #DE243E; }
a { background-color: rgb(222,36,62); }
div.DivClassName
{
background-color: #DE243E;
}
.BgClassName
{
background-color: #DE243E;
}
</style>
border-color css
<style>
span { border-color: #DE243E; }
span { border-color: rgb(222,36,62); }
td.TdClassName
{
border-color: #DE243E;
}
.TagClassName
{
border-color: #DE243E;
}
</style>