Shades of Alizarin #DE243F
Tints of Alizarin #DE243F
RGB
CMYK
RGB Variations
Color information
#DE243F (or 0xDE243F) is known color: Alizarin. HEX triplet: DE, 24 and 3F. RGB value is (222,36,63). Sum of RGB (Red+Green+Blue) = 222+36+63=321 (42% of max value = 765). Red value is 222 (87.11% from 255 or 69.16% from 321); Green value is 36 (14.45% from 255 or 11.21% from 321); Blue value is 63 (25% from 255 or 19.63% from 321); Max value from RGB is 222 - color contains mainly: red. Hex color #DE243F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE243F is #21DBC0. Grayscale: #5E5E5E. Windows color (decimal): -2218945 or 4138206. OLE color: 4138206.
HSL color Cylindrical-coordinate representation of color #DE243F: hue angle of 351.29º 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 #DE243F is Cyan = 0, Magento = 0.84, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 36 | 63 | - |
| CMYK | 0 | 0.84 | 0.72 | 0.13 |
| HSL | 351.29º | 0.74% | 0.51% | - |
| HSV(B) | 351.29º | 0.84% | 0.87% | - |
| XYZ | 31.65 | 17.15 | 6.34 | - |
| YUV | 94.69 | 110.12 | 218.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 36 | 63 | 0 | 0.84 | 0.72 | 0.13 | 351.29 | 0.74 | 0.51 |
| Hex | DE | 24 | 3F | 0 | 54 | 48 | D | 15F | 4A | 33 |
| Octal | 336 | 44 | 77 | 0 | 124 | 110 | 15 | 537 | 112 | 63 |
| Binary | 11011110 | 100100 | 111111 | 0 | 1010100 | 1001000 | 1101 | 101011111 | 1001010 | 110011 |
Color Harmonies of #DE243F
Complementary color
Monochromatic Colors of #DE243F
Black with #DE243F
Text Example
Text Example
White with #DE243F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE243F; }
p { color: rgb(222,36,63); }
H1.HeaderClassName
{
color: #DE243F;
}
.AnyTagClassName
{
color: #DE243F;
}
</style>
background-color css
<style>
a { background-color: #DE243F; }
a { background-color: rgb(222,36,63); }
div.DivClassName
{
background-color: #DE243F;
}
.BgClassName
{
background-color: #DE243F;
}
</style>
border-color css
<style>
span { border-color: #DE243F; }
span { border-color: rgb(222,36,63); }
td.TdClassName
{
border-color: #DE243F;
}
.TagClassName
{
border-color: #DE243F;
}
</style>