Shades of Alizarin #DE242C
Tints of Alizarin #DE242C
RGB
CMYK
RGB Variations
Color information
#DE242C (or 0xDE242C) is known color: Alizarin. HEX triplet: DE, 24 and 2C. RGB value is (222,36,44). Sum of RGB (Red+Green+Blue) = 222+36+44=302 (40% of max value = 765). Red value is 222 (87.11% from 255 or 73.51% from 302); Green value is 36 (14.45% from 255 or 11.92% from 302); Blue value is 44 (17.58% from 255 or 14.57% from 302); Max value from RGB is 222 - color contains mainly: red. Hex color #DE242C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE242C is #21DBD3. Grayscale: #5C5C5C. Windows color (decimal): -2218964 or 2893022. OLE color: 2893022.
HSL color Cylindrical-coordinate representation of color #DE242C: hue angle of 357.42º 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 #DE242C is Cyan = 0, Magento = 0.84, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 36 | 44 | - |
| CMYK | 0 | 0.84 | 0.80 | 0.13 |
| HSL | 357.42º | 0.74% | 0.51% | - |
| HSV(B) | 357.42º | 0.84% | 0.87% | - |
| XYZ | 31.21 | 16.97 | 4.01 | - |
| YUV | 92.53 | 100.62 | 220.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 36 | 44 | 0 | 0.84 | 0.80 | 0.13 | 357.42 | 0.74 | 0.51 |
| Hex | DE | 24 | 2C | 0 | 54 | 50 | D | 165 | 4A | 33 |
| Octal | 336 | 44 | 54 | 0 | 124 | 120 | 15 | 545 | 112 | 63 |
| Binary | 11011110 | 100100 | 101100 | 0 | 1010100 | 1010000 | 1101 | 101100101 | 1001010 | 110011 |
Color Harmonies of #DE242C
Complementary color
Monochromatic Colors of #DE242C
Black with #DE242C
Text Example
Text Example
White with #DE242C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE242C; }
p { color: rgb(222,36,44); }
H1.HeaderClassName
{
color: #DE242C;
}
.AnyTagClassName
{
color: #DE242C;
}
</style>
background-color css
<style>
a { background-color: #DE242C; }
a { background-color: rgb(222,36,44); }
div.DivClassName
{
background-color: #DE242C;
}
.BgClassName
{
background-color: #DE242C;
}
</style>
border-color css
<style>
span { border-color: #DE242C; }
span { border-color: rgb(222,36,44); }
td.TdClassName
{
border-color: #DE242C;
}
.TagClassName
{
border-color: #DE242C;
}
</style>