Shades of Alizarin #DE2228
Tints of Alizarin #DE2228
RGB
CMYK
RGB Variations
Color information
#DE2228 (or 0xDE2228) is known color: Alizarin. HEX triplet: DE, 22 and 28. RGB value is (222,34,40). Sum of RGB (Red+Green+Blue) = 222+34+40=296 (39% of max value = 765). Red value is 222 (87.11% from 255 or 75% from 296); Green value is 34 (13.67% from 255 or 11.49% from 296); Blue value is 40 (16.02% from 255 or 13.51% from 296); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2228 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE2228 is #21DDD7. Grayscale: #5B5B5B. Windows color (decimal): -2219480 or 2630366. OLE color: 2630366.
HSL color Cylindrical-coordinate representation of color #DE2228: hue angle of 358.09º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DE2228 is Cyan = 0, Magento = 0.85, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 34 | 40 | - |
| CMYK | 0 | 0.85 | 0.82 | 0.13 |
| HSL | 358.09º | 0.74% | 0.5% | - |
| HSV(B) | 358.09º | 0.85% | 0.87% | - |
| XYZ | 31.08 | 16.83 | 3.62 | - |
| YUV | 90.9 | 99.28 | 221.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 34 | 40 | 0 | 0.85 | 0.82 | 0.13 | 358.09 | 0.74 | 0.5 |
| Hex | DE | 22 | 28 | 0 | 55 | 52 | D | 166 | 4A | 32 |
| Octal | 336 | 42 | 50 | 0 | 125 | 122 | 15 | 546 | 112 | 62 |
| Binary | 11011110 | 100010 | 101000 | 0 | 1010101 | 1010010 | 1101 | 101100110 | 1001010 | 110010 |
Color Harmonies of #DE2228
Complementary color
Monochromatic Colors of #DE2228
Black with #DE2228
Text Example
Text Example
White with #DE2228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE2228; }
p { color: rgb(222,34,40); }
H1.HeaderClassName
{
color: #DE2228;
}
.AnyTagClassName
{
color: #DE2228;
}
</style>
background-color css
<style>
a { background-color: #DE2228; }
a { background-color: rgb(222,34,40); }
div.DivClassName
{
background-color: #DE2228;
}
.BgClassName
{
background-color: #DE2228;
}
</style>
border-color css
<style>
span { border-color: #DE2228; }
span { border-color: rgb(222,34,40); }
td.TdClassName
{
border-color: #DE2228;
}
.TagClassName
{
border-color: #DE2228;
}
</style>