Shades of Alizarin #DE1B31
Tints of Alizarin #DE1B31
RGB
CMYK
RGB Variations
Color information
#DE1B31 (or 0xDE1B31) is known color: Alizarin. HEX triplet: DE, 1B and 31. RGB value is (222,27,49). Sum of RGB (Red+Green+Blue) = 222+27+49=298 (39% of max value = 765). Red value is 222 (87.11% from 255 or 74.50% from 298); Green value is 27 (10.94% from 255 or 9.06% from 298); Blue value is 49 (19.53% from 255 or 16.44% from 298); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1B31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE1B31 is #21E4CE. Grayscale: #575757. Windows color (decimal): -2221263 or 3218398. OLE color: 3218398.
HSL color Cylindrical-coordinate representation of color #DE1B31: hue angle of 353.23º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DE1B31 is Cyan = 0, Magento = 0.88, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 27 | 49 | - |
| CMYK | 0 | 0.88 | 0.78 | 0.13 |
| HSL | 353.23º | 0.78% | 0.49% | - |
| HSV(B) | 353.23º | 0.88% | 0.87% | - |
| XYZ | 31.07 | 16.54 | 4.46 | - |
| YUV | 87.81 | 106.1 | 223.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 27 | 49 | 0 | 0.88 | 0.78 | 0.13 | 353.23 | 0.78 | 0.49 |
| Hex | DE | 1B | 31 | 0 | 58 | 4E | D | 161 | 4E | 31 |
| Octal | 336 | 33 | 61 | 0 | 130 | 116 | 15 | 541 | 116 | 61 |
| Binary | 11011110 | 11011 | 110001 | 0 | 1011000 | 1001110 | 1101 | 101100001 | 1001110 | 110001 |
Color Harmonies of #DE1B31
Complementary color
Monochromatic Colors of #DE1B31
Black with #DE1B31
Text Example
Text Example
White with #DE1B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE1B31; }
p { color: rgb(222,27,49); }
H1.HeaderClassName
{
color: #DE1B31;
}
.AnyTagClassName
{
color: #DE1B31;
}
</style>
background-color css
<style>
a { background-color: #DE1B31; }
a { background-color: rgb(222,27,49); }
div.DivClassName
{
background-color: #DE1B31;
}
.BgClassName
{
background-color: #DE1B31;
}
</style>
border-color css
<style>
span { border-color: #DE1B31; }
span { border-color: rgb(222,27,49); }
td.TdClassName
{
border-color: #DE1B31;
}
.TagClassName
{
border-color: #DE1B31;
}
</style>