Shades of Alizarin #DE192E
Tints of Alizarin #DE192E
RGB
CMYK
RGB Variations
Color information
#DE192E (or 0xDE192E) is known color: Alizarin. HEX triplet: DE, 19 and 2E. RGB value is (222,25,46). Sum of RGB (Red+Green+Blue) = 222+25+46=293 (38% of max value = 765). Red value is 222 (87.11% from 255 or 75.77% from 293); Green value is 25 (10.16% from 255 or 8.53% from 293); Blue value is 46 (18.36% from 255 or 15.70% from 293); Max value from RGB is 222 - color contains mainly: red. Hex color #DE192E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE192E is #21E6D1. Grayscale: #565656. Windows color (decimal): -2221778 or 3021278. OLE color: 3021278.
HSL color Cylindrical-coordinate representation of color #DE192E: hue angle of 353.6º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DE192E is Cyan = 0, Magento = 0.89, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 25 | 46 | - |
| CMYK | 0 | 0.89 | 0.79 | 0.13 |
| HSL | 353.6º | 0.8% | 0.48% | - |
| HSV(B) | 353.6º | 0.89% | 0.87% | - |
| XYZ | 30.96 | 16.42 | 4.12 | - |
| YUV | 86.3 | 105.27 | 224.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 25 | 46 | 0 | 0.89 | 0.79 | 0.13 | 353.6 | 0.8 | 0.48 |
| Hex | DE | 19 | 2E | 0 | 59 | 4F | D | 162 | 50 | 30 |
| Octal | 336 | 31 | 56 | 0 | 131 | 117 | 15 | 542 | 120 | 60 |
| Binary | 11011110 | 11001 | 101110 | 0 | 1011001 | 1001111 | 1101 | 101100010 | 1010000 | 110000 |
Color Harmonies of #DE192E
Complementary color
Monochromatic Colors of #DE192E
Black with #DE192E
Text Example
Text Example
White with #DE192E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE192E; }
p { color: rgb(222,25,46); }
H1.HeaderClassName
{
color: #DE192E;
}
.AnyTagClassName
{
color: #DE192E;
}
</style>
background-color css
<style>
a { background-color: #DE192E; }
a { background-color: rgb(222,25,46); }
div.DivClassName
{
background-color: #DE192E;
}
.BgClassName
{
background-color: #DE192E;
}
</style>
border-color css
<style>
span { border-color: #DE192E; }
span { border-color: rgb(222,25,46); }
td.TdClassName
{
border-color: #DE192E;
}
.TagClassName
{
border-color: #DE192E;
}
</style>