Shades of Alizarin #DE1E2B
Tints of Alizarin #DE1E2B
RGB
CMYK
RGB Variations
Color information
#DE1E2B (or 0xDE1E2B) is known color: Alizarin. HEX triplet: DE, 1E and 2B. RGB value is (222,30,43). Sum of RGB (Red+Green+Blue) = 222+30+43=295 (39% of max value = 765). Red value is 222 (87.11% from 255 or 75.25% from 295); Green value is 30 (12.11% from 255 or 10.17% from 295); Blue value is 43 (17.19% from 255 or 14.58% from 295); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1E2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE1E2B is #21E1D4. Grayscale: #595959. Windows color (decimal): -2220501 or 2825950. OLE color: 2825950.
HSL color Cylindrical-coordinate representation of color #DE1E2B: hue angle of 355.94º 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 #DE1E2B is Cyan = 0, Magento = 0.86, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 30 | 43 | - |
| CMYK | 0 | 0.86 | 0.81 | 0.13 |
| HSL | 355.94º | 0.76% | 0.49% | - |
| HSV(B) | 355.94º | 0.86% | 0.87% | - |
| XYZ | 31.02 | 16.63 | 3.86 | - |
| YUV | 88.89 | 102.11 | 222.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 30 | 43 | 0 | 0.86 | 0.81 | 0.13 | 355.94 | 0.76 | 0.49 |
| Hex | DE | 1E | 2B | 0 | 56 | 51 | D | 164 | 4C | 31 |
| Octal | 336 | 36 | 53 | 0 | 126 | 121 | 15 | 544 | 114 | 61 |
| Binary | 11011110 | 11110 | 101011 | 0 | 1010110 | 1010001 | 1101 | 101100100 | 1001100 | 110001 |
Color Harmonies of #DE1E2B
Complementary color
Monochromatic Colors of #DE1E2B
Black with #DE1E2B
Text Example
Text Example
White with #DE1E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE1E2B; }
p { color: rgb(222,30,43); }
H1.HeaderClassName
{
color: #DE1E2B;
}
.AnyTagClassName
{
color: #DE1E2B;
}
</style>
background-color css
<style>
a { background-color: #DE1E2B; }
a { background-color: rgb(222,30,43); }
div.DivClassName
{
background-color: #DE1E2B;
}
.BgClassName
{
background-color: #DE1E2B;
}
</style>
border-color css
<style>
span { border-color: #DE1E2B; }
span { border-color: rgb(222,30,43); }
td.TdClassName
{
border-color: #DE1E2B;
}
.TagClassName
{
border-color: #DE1E2B;
}
</style>