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