Shades of Alizarin #DE1E2A
Tints of Alizarin #DE1E2A
RGB
CMYK
RGB Variations
Color information
#DE1E2A (or 0xDE1E2A) is known color: Alizarin. HEX triplet: DE, 1E and 2A. RGB value is (222,30,42). Sum of RGB (Red+Green+Blue) = 222+30+42=294 (38% of max value = 765). Red value is 222 (87.11% from 255 or 75.51% from 294); Green value is 30 (12.11% from 255 or 10.20% from 294); Blue value is 42 (16.80% from 255 or 14.29% from 294); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1E2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE1E2A is #21E1D5. Grayscale: #585858. Windows color (decimal): -2220502 or 2760414. OLE color: 2760414.
HSL color Cylindrical-coordinate representation of color #DE1E2A: hue angle of 356.25º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DE1E2A is Cyan = 0, Magento = 0.86, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 30 | 42 | - |
| CMYK | 0 | 0.86 | 0.81 | 0.13 |
| HSL | 356.25º | 0.76% | 0.49% | - |
| HSV(B) | 356.25º | 0.86% | 0.87% | - |
| XYZ | 31.01 | 16.63 | 3.77 | - |
| YUV | 88.78 | 101.61 | 223.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 30 | 42 | 0 | 0.86 | 0.81 | 0.13 | 356.25 | 0.76 | 0.49 |
| Hex | DE | 1E | 2A | 0 | 56 | 51 | D | 164 | 4C | 31 |
| Octal | 336 | 36 | 52 | 0 | 126 | 121 | 15 | 544 | 114 | 61 |
| Binary | 11011110 | 11110 | 101010 | 0 | 1010110 | 1010001 | 1101 | 101100100 | 1001100 | 110001 |
Color Harmonies of #DE1E2A
Complementary color
Monochromatic Colors of #DE1E2A
Black with #DE1E2A
Text Example
Text Example
White with #DE1E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE1E2A; }
p { color: rgb(222,30,42); }
H1.HeaderClassName
{
color: #DE1E2A;
}
.AnyTagClassName
{
color: #DE1E2A;
}
</style>
background-color css
<style>
a { background-color: #DE1E2A; }
a { background-color: rgb(222,30,42); }
div.DivClassName
{
background-color: #DE1E2A;
}
.BgClassName
{
background-color: #DE1E2A;
}
</style>
border-color css
<style>
span { border-color: #DE1E2A; }
span { border-color: rgb(222,30,42); }
td.TdClassName
{
border-color: #DE1E2A;
}
.TagClassName
{
border-color: #DE1E2A;
}
</style>