Shades of Alizarin #DE2732
Tints of Alizarin #DE2732
RGB
CMYK
RGB Variations
Color information
#DE2732 (or 0xDE2732) is known color: Alizarin. HEX triplet: DE, 27 and 32. RGB value is (222,39,50). Sum of RGB (Red+Green+Blue) = 222+39+50=311 (41% of max value = 765). Red value is 222 (87.11% from 255 or 71.38% from 311); Green value is 39 (15.62% from 255 or 12.54% from 311); Blue value is 50 (19.92% from 255 or 16.08% from 311); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2732 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE2732 is #21D8CD. Grayscale: #5F5F5F. Windows color (decimal): -2218190 or 3287006. OLE color: 3287006.
HSL color Cylindrical-coordinate representation of color #DE2732: hue angle of 356.39º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DE2732 is Cyan = 0, Magento = 0.82, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 39 | 50 | - |
| CMYK | 0 | 0.82 | 0.77 | 0.13 |
| HSL | 356.39º | 0.73% | 0.51% | - |
| HSV(B) | 356.39º | 0.82% | 0.87% | - |
| XYZ | 31.43 | 17.21 | 4.68 | - |
| YUV | 94.97 | 102.63 | 218.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 39 | 50 | 0 | 0.82 | 0.77 | 0.13 | 356.39 | 0.73 | 0.51 |
| Hex | DE | 27 | 32 | 0 | 52 | 4D | D | 164 | 49 | 33 |
| Octal | 336 | 47 | 62 | 0 | 122 | 115 | 15 | 544 | 111 | 63 |
| Binary | 11011110 | 100111 | 110010 | 0 | 1010010 | 1001101 | 1101 | 101100100 | 1001001 | 110011 |
Color Harmonies of #DE2732
Complementary color
Monochromatic Colors of #DE2732
Black with #DE2732
Text Example
Text Example
White with #DE2732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE2732; }
p { color: rgb(222,39,50); }
H1.HeaderClassName
{
color: #DE2732;
}
.AnyTagClassName
{
color: #DE2732;
}
</style>
background-color css
<style>
a { background-color: #DE2732; }
a { background-color: rgb(222,39,50); }
div.DivClassName
{
background-color: #DE2732;
}
.BgClassName
{
background-color: #DE2732;
}
</style>
border-color css
<style>
span { border-color: #DE2732; }
span { border-color: rgb(222,39,50); }
td.TdClassName
{
border-color: #DE2732;
}
.TagClassName
{
border-color: #DE2732;
}
</style>