Shades of Alizarin #DE2841
Tints of Alizarin #DE2841
RGB
CMYK
RGB Variations
Color information
#DE2841 (or 0xDE2841) is known color: Alizarin. HEX triplet: DE, 28 and 41. RGB value is (222,40,65). Sum of RGB (Red+Green+Blue) = 222+40+65=327 (43% of max value = 765). Red value is 222 (87.11% from 255 or 67.89% from 327); Green value is 40 (16.02% from 255 or 12.23% from 327); Blue value is 65 (25.78% from 255 or 19.88% from 327); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2841 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE2841 is #21D7BE. Grayscale: #616161. Windows color (decimal): -2217919 or 4270302. OLE color: 4270302.
HSL color Cylindrical-coordinate representation of color #DE2841: hue angle of 351.76º 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 #DE2841 is Cyan = 0, Magento = 0.82, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 40 | 65 | - |
| CMYK | 0 | 0.82 | 0.71 | 0.13 |
| HSL | 351.76º | 0.73% | 0.51% | - |
| HSV(B) | 351.76º | 0.82% | 0.87% | - |
| XYZ | 31.84 | 17.43 | 6.69 | - |
| YUV | 97.27 | 109.8 | 216.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 40 | 65 | 0 | 0.82 | 0.71 | 0.13 | 351.76 | 0.73 | 0.51 |
| Hex | DE | 28 | 41 | 0 | 52 | 47 | D | 160 | 49 | 33 |
| Octal | 336 | 50 | 101 | 0 | 122 | 107 | 15 | 540 | 111 | 63 |
| Binary | 11011110 | 101000 | 1000001 | 0 | 1010010 | 1000111 | 1101 | 101100000 | 1001001 | 110011 |
Color Harmonies of #DE2841
Complementary color
Monochromatic Colors of #DE2841
Black with #DE2841
Text Example
Text Example
White with #DE2841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE2841; }
p { color: rgb(222,40,65); }
H1.HeaderClassName
{
color: #DE2841;
}
.AnyTagClassName
{
color: #DE2841;
}
</style>
background-color css
<style>
a { background-color: #DE2841; }
a { background-color: rgb(222,40,65); }
div.DivClassName
{
background-color: #DE2841;
}
.BgClassName
{
background-color: #DE2841;
}
</style>
border-color css
<style>
span { border-color: #DE2841; }
span { border-color: rgb(222,40,65); }
td.TdClassName
{
border-color: #DE2841;
}
.TagClassName
{
border-color: #DE2841;
}
</style>