Shades of Alizarin #DE2234
Tints of Alizarin #DE2234
RGB
CMYK
RGB Variations
Color information
#DE2234 (or 0xDE2234) is known color: Alizarin. HEX triplet: DE, 22 and 34. RGB value is (222,34,52). Sum of RGB (Red+Green+Blue) = 222+34+52=308 (40% of max value = 765). Red value is 222 (87.11% from 255 or 72.08% from 308); Green value is 34 (13.67% from 255 or 11.04% from 308); Blue value is 52 (20.70% from 255 or 16.88% from 308); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2234 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE2234 is #21DDCB. Grayscale: #5C5C5C. Windows color (decimal): -2219468 or 3416798. OLE color: 3416798.
HSL color Cylindrical-coordinate representation of color #DE2234: hue angle of 354.26º 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 #DE2234 is Cyan = 0, Magento = 0.85, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 34 | 52 | - |
| CMYK | 0 | 0.85 | 0.77 | 0.13 |
| HSL | 354.26º | 0.74% | 0.5% | - |
| HSV(B) | 354.26º | 0.85% | 0.87% | - |
| XYZ | 31.32 | 16.92 | 4.86 | - |
| YUV | 92.26 | 105.28 | 220.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 34 | 52 | 0 | 0.85 | 0.77 | 0.13 | 354.26 | 0.74 | 0.5 |
| Hex | DE | 22 | 34 | 0 | 55 | 4D | D | 162 | 4A | 32 |
| Octal | 336 | 42 | 64 | 0 | 125 | 115 | 15 | 542 | 112 | 62 |
| Binary | 11011110 | 100010 | 110100 | 0 | 1010101 | 1001101 | 1101 | 101100010 | 1001010 | 110010 |
Color Harmonies of #DE2234
Complementary color
Monochromatic Colors of #DE2234
Black with #DE2234
Text Example
Text Example
White with #DE2234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE2234; }
p { color: rgb(222,34,52); }
H1.HeaderClassName
{
color: #DE2234;
}
.AnyTagClassName
{
color: #DE2234;
}
</style>
background-color css
<style>
a { background-color: #DE2234; }
a { background-color: rgb(222,34,52); }
div.DivClassName
{
background-color: #DE2234;
}
.BgClassName
{
background-color: #DE2234;
}
</style>
border-color css
<style>
span { border-color: #DE2234; }
span { border-color: rgb(222,34,52); }
td.TdClassName
{
border-color: #DE2234;
}
.TagClassName
{
border-color: #DE2234;
}
</style>