Shades of Alizarin #DE182D
Tints of Alizarin #DE182D
RGB
CMYK
RGB Variations
Color information
#DE182D (or 0xDE182D) is known color: Alizarin. HEX triplet: DE, 18 and 2D. RGB value is (222,24,45). Sum of RGB (Red+Green+Blue) = 222+24+45=291 (38% of max value = 765). Red value is 222 (87.11% from 255 or 76.29% from 291); Green value is 24 (9.77% from 255 or 8.25% from 291); Blue value is 45 (17.97% from 255 or 15.46% from 291); Max value from RGB is 222 - color contains mainly: red. Hex color #DE182D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE182D is #21E7D2. Grayscale: #555555. Windows color (decimal): -2222035 or 2955486. OLE color: 2955486.
HSL color Cylindrical-coordinate representation of color #DE182D: hue angle of 353.64º 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 #DE182D is Cyan = 0, Magento = 0.89, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 24 | 45 | - |
| CMYK | 0 | 0.89 | 0.80 | 0.13 |
| HSL | 353.64º | 0.8% | 0.48% | - |
| HSV(B) | 353.64º | 0.89% | 0.87% | - |
| XYZ | 30.92 | 16.37 | 4.01 | - |
| YUV | 85.6 | 105.1 | 225.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 24 | 45 | 0 | 0.89 | 0.80 | 0.13 | 353.64 | 0.8 | 0.48 |
| Hex | DE | 18 | 2D | 0 | 59 | 50 | D | 162 | 50 | 30 |
| Octal | 336 | 30 | 55 | 0 | 131 | 120 | 15 | 542 | 120 | 60 |
| Binary | 11011110 | 11000 | 101101 | 0 | 1011001 | 1010000 | 1101 | 101100010 | 1010000 | 110000 |
Color Harmonies of #DE182D
Complementary color
Monochromatic Colors of #DE182D
Black with #DE182D
Text Example
Text Example
White with #DE182D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE182D; }
p { color: rgb(222,24,45); }
H1.HeaderClassName
{
color: #DE182D;
}
.AnyTagClassName
{
color: #DE182D;
}
</style>
background-color css
<style>
a { background-color: #DE182D; }
a { background-color: rgb(222,24,45); }
div.DivClassName
{
background-color: #DE182D;
}
.BgClassName
{
background-color: #DE182D;
}
</style>
border-color css
<style>
span { border-color: #DE182D; }
span { border-color: rgb(222,24,45); }
td.TdClassName
{
border-color: #DE182D;
}
.TagClassName
{
border-color: #DE182D;
}
</style>