Shades of Alizarin #DE2D3E
Tints of Alizarin #DE2D3E
RGB
CMYK
RGB Variations
Color information
#DE2D3E (or 0xDE2D3E) is known color: Alizarin. HEX triplet: DE, 2D and 3E. RGB value is (222,45,62). Sum of RGB (Red+Green+Blue) = 222+45+62=329 (43% of max value = 765). Red value is 222 (87.11% from 255 or 67.48% from 329); Green value is 45 (17.97% from 255 or 13.68% from 329); Blue value is 62 (24.61% from 255 or 18.84% from 329); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2D3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE2D3E is #21D2C1. Grayscale: #636363. Windows color (decimal): -2216642 or 4074974. OLE color: 4074974.
HSL color Cylindrical-coordinate representation of color #DE2D3E: hue angle of 354.24º 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 #DE2D3E is Cyan = 0, Magento = 0.80, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 45 | 62 | - |
| CMYK | 0 | 0.80 | 0.72 | 0.13 |
| HSL | 354.24º | 0.73% | 0.52% | - |
| HSV(B) | 354.24º | 0.8% | 0.87% | - |
| XYZ | 31.93 | 17.75 | 6.3 | - |
| YUV | 99.86 | 106.64 | 215.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 45 | 62 | 0 | 0.80 | 0.72 | 0.13 | 354.24 | 0.73 | 0.52 |
| Hex | DE | 2D | 3E | 0 | 50 | 48 | D | 162 | 49 | 34 |
| Octal | 336 | 55 | 76 | 0 | 120 | 110 | 15 | 542 | 111 | 64 |
| Binary | 11011110 | 101101 | 111110 | 0 | 1010000 | 1001000 | 1101 | 101100010 | 1001001 | 110100 |
Color Harmonies of #DE2D3E
Complementary color
Monochromatic Colors of #DE2D3E
Black with #DE2D3E
Text Example
Text Example
White with #DE2D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE2D3E; }
p { color: rgb(222,45,62); }
H1.HeaderClassName
{
color: #DE2D3E;
}
.AnyTagClassName
{
color: #DE2D3E;
}
</style>
background-color css
<style>
a { background-color: #DE2D3E; }
a { background-color: rgb(222,45,62); }
div.DivClassName
{
background-color: #DE2D3E;
}
.BgClassName
{
background-color: #DE2D3E;
}
</style>
border-color css
<style>
span { border-color: #DE2D3E; }
span { border-color: rgb(222,45,62); }
td.TdClassName
{
border-color: #DE2D3E;
}
.TagClassName
{
border-color: #DE2D3E;
}
</style>