Shades of Alizarin #DE2739
Tints of Alizarin #DE2739
RGB
CMYK
RGB Variations
Color information
#DE2739 (or 0xDE2739) is known color: Alizarin. HEX triplet: DE, 27 and 39. RGB value is (222,39,57). Sum of RGB (Red+Green+Blue) = 222+39+57=318 (42% of max value = 765). Red value is 222 (87.11% from 255 or 69.81% from 318); Green value is 39 (15.62% from 255 or 12.26% from 318); Blue value is 57 (22.66% from 255 or 17.92% from 318); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2739 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE2739 is #21D8C6. Grayscale: #5F5F5F. Windows color (decimal): -2218183 or 3745758. OLE color: 3745758.
HSL color Cylindrical-coordinate representation of color #DE2739: hue angle of 354.1º 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 #DE2739 is Cyan = 0, Magento = 0.82, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 39 | 57 | - |
| CMYK | 0 | 0.82 | 0.74 | 0.13 |
| HSL | 354.1º | 0.73% | 0.51% | - |
| HSV(B) | 354.1º | 0.82% | 0.87% | - |
| XYZ | 31.59 | 17.28 | 5.54 | - |
| YUV | 95.77 | 106.13 | 218.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 39 | 57 | 0 | 0.82 | 0.74 | 0.13 | 354.1 | 0.73 | 0.51 |
| Hex | DE | 27 | 39 | 0 | 52 | 4A | D | 162 | 49 | 33 |
| Octal | 336 | 47 | 71 | 0 | 122 | 112 | 15 | 542 | 111 | 63 |
| Binary | 11011110 | 100111 | 111001 | 0 | 1010010 | 1001010 | 1101 | 101100010 | 1001001 | 110011 |
Color Harmonies of #DE2739
Complementary color
Monochromatic Colors of #DE2739
Black with #DE2739
Text Example
Text Example
White with #DE2739
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE2739; }
p { color: rgb(222,39,57); }
H1.HeaderClassName
{
color: #DE2739;
}
.AnyTagClassName
{
color: #DE2739;
}
</style>
background-color css
<style>
a { background-color: #DE2739; }
a { background-color: rgb(222,39,57); }
div.DivClassName
{
background-color: #DE2739;
}
.BgClassName
{
background-color: #DE2739;
}
</style>
border-color css
<style>
span { border-color: #DE2739; }
span { border-color: rgb(222,39,57); }
td.TdClassName
{
border-color: #DE2739;
}
.TagClassName
{
border-color: #DE2739;
}
</style>