Shades of Alizarin #DE2D34
Tints of Alizarin #DE2D34
RGB
CMYK
RGB Variations
Color information
#DE2D34 (or 0xDE2D34) is known color: Alizarin. HEX triplet: DE, 2D and 34. RGB value is (222,45,52). Sum of RGB (Red+Green+Blue) = 222+45+52=319 (42% of max value = 765). Red value is 222 (87.11% from 255 or 69.59% from 319); Green value is 45 (17.97% from 255 or 14.11% from 319); Blue value is 52 (20.70% from 255 or 16.30% from 319); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2D34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE2D34 is #21D2CB. Grayscale: #626262. Windows color (decimal): -2216652 or 3419614. OLE color: 3419614.
HSL color Cylindrical-coordinate representation of color #DE2D34: hue angle of 357.63º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DE2D34 is Cyan = 0, Magento = 0.80, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 45 | 52 | - |
| CMYK | 0 | 0.80 | 0.77 | 0.13 |
| HSL | 357.63º | 0.73% | 0.52% | - |
| HSV(B) | 357.63º | 0.8% | 0.87% | - |
| XYZ | 31.68 | 17.65 | 4.99 | - |
| YUV | 98.72 | 101.64 | 215.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 45 | 52 | 0 | 0.80 | 0.77 | 0.13 | 357.63 | 0.73 | 0.52 |
| Hex | DE | 2D | 34 | 0 | 50 | 4D | D | 166 | 49 | 34 |
| Octal | 336 | 55 | 64 | 0 | 120 | 115 | 15 | 546 | 111 | 64 |
| Binary | 11011110 | 101101 | 110100 | 0 | 1010000 | 1001101 | 1101 | 101100110 | 1001001 | 110100 |
Color Harmonies of #DE2D34
Complementary color
Monochromatic Colors of #DE2D34
Black with #DE2D34
Text Example
Text Example
White with #DE2D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE2D34; }
p { color: rgb(222,45,52); }
H1.HeaderClassName
{
color: #DE2D34;
}
.AnyTagClassName
{
color: #DE2D34;
}
</style>
background-color css
<style>
a { background-color: #DE2D34; }
a { background-color: rgb(222,45,52); }
div.DivClassName
{
background-color: #DE2D34;
}
.BgClassName
{
background-color: #DE2D34;
}
</style>
border-color css
<style>
span { border-color: #DE2D34; }
span { border-color: rgb(222,45,52); }
td.TdClassName
{
border-color: #DE2D34;
}
.TagClassName
{
border-color: #DE2D34;
}
</style>