Shades of Alizarin #DE2736
Tints of Alizarin #DE2736
RGB
CMYK
RGB Variations
Color information
#DE2736 (or 0xDE2736) is known color: Alizarin. HEX triplet: DE, 27 and 36. RGB value is (222,39,54). Sum of RGB (Red+Green+Blue) = 222+39+54=315 (41% of max value = 765). Red value is 222 (87.11% from 255 or 70.48% from 315); Green value is 39 (15.62% from 255 or 12.38% from 315); Blue value is 54 (21.48% from 255 or 17.14% from 315); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2736 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE2736 is #21D8C9. Grayscale: #5F5F5F. Windows color (decimal): -2218186 or 3549150. OLE color: 3549150.
HSL color Cylindrical-coordinate representation of color #DE2736: hue angle of 355.08º 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 #DE2736 is Cyan = 0, Magento = 0.82, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 39 | 54 | - |
| CMYK | 0 | 0.82 | 0.76 | 0.13 |
| HSL | 355.08º | 0.73% | 0.51% | - |
| HSV(B) | 355.08º | 0.82% | 0.87% | - |
| XYZ | 31.52 | 17.25 | 5.16 | - |
| YUV | 95.43 | 104.63 | 218.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 39 | 54 | 0 | 0.82 | 0.76 | 0.13 | 355.08 | 0.73 | 0.51 |
| Hex | DE | 27 | 36 | 0 | 52 | 4C | D | 163 | 49 | 33 |
| Octal | 336 | 47 | 66 | 0 | 122 | 114 | 15 | 543 | 111 | 63 |
| Binary | 11011110 | 100111 | 110110 | 0 | 1010010 | 1001100 | 1101 | 101100011 | 1001001 | 110011 |
Color Harmonies of #DE2736
Complementary color
Monochromatic Colors of #DE2736
Black with #DE2736
Text Example
Text Example
White with #DE2736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE2736; }
p { color: rgb(222,39,54); }
H1.HeaderClassName
{
color: #DE2736;
}
.AnyTagClassName
{
color: #DE2736;
}
</style>
background-color css
<style>
a { background-color: #DE2736; }
a { background-color: rgb(222,39,54); }
div.DivClassName
{
background-color: #DE2736;
}
.BgClassName
{
background-color: #DE2736;
}
</style>
border-color css
<style>
span { border-color: #DE2736; }
span { border-color: rgb(222,39,54); }
td.TdClassName
{
border-color: #DE2736;
}
.TagClassName
{
border-color: #DE2736;
}
</style>