Shades of Alizarin #DE2C35
Tints of Alizarin #DE2C35
RGB
CMYK
RGB Variations
Color information
#DE2C35 (or 0xDE2C35) is known color: Alizarin. HEX triplet: DE, 2C and 35. RGB value is (222,44,53). Sum of RGB (Red+Green+Blue) = 222+44+53=319 (42% of max value = 765). Red value is 222 (87.11% from 255 or 69.59% from 319); Green value is 44 (17.58% from 255 or 13.79% from 319); Blue value is 53 (21.09% from 255 or 16.61% from 319); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2C35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE2C35 is #21D3CA. Grayscale: #626262. Windows color (decimal): -2216907 or 3484894. OLE color: 3484894.
HSL color Cylindrical-coordinate representation of color #DE2C35: hue angle of 356.97º 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 #DE2C35 is Cyan = 0, Magento = 0.80, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 44 | 53 | - |
| CMYK | 0 | 0.80 | 0.76 | 0.13 |
| HSL | 356.97º | 0.73% | 0.52% | - |
| HSV(B) | 356.97º | 0.8% | 0.87% | - |
| XYZ | 31.67 | 17.59 | 5.09 | - |
| YUV | 98.25 | 102.47 | 216.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 44 | 53 | 0 | 0.80 | 0.76 | 0.13 | 356.97 | 0.73 | 0.52 |
| Hex | DE | 2C | 35 | 0 | 50 | 4C | D | 165 | 49 | 34 |
| Octal | 336 | 54 | 65 | 0 | 120 | 114 | 15 | 545 | 111 | 64 |
| Binary | 11011110 | 101100 | 110101 | 0 | 1010000 | 1001100 | 1101 | 101100101 | 1001001 | 110100 |
Color Harmonies of #DE2C35
Complementary color
Monochromatic Colors of #DE2C35
Black with #DE2C35
Text Example
Text Example
White with #DE2C35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE2C35; }
p { color: rgb(222,44,53); }
H1.HeaderClassName
{
color: #DE2C35;
}
.AnyTagClassName
{
color: #DE2C35;
}
</style>
background-color css
<style>
a { background-color: #DE2C35; }
a { background-color: rgb(222,44,53); }
div.DivClassName
{
background-color: #DE2C35;
}
.BgClassName
{
background-color: #DE2C35;
}
</style>
border-color css
<style>
span { border-color: #DE2C35; }
span { border-color: rgb(222,44,53); }
td.TdClassName
{
border-color: #DE2C35;
}
.TagClassName
{
border-color: #DE2C35;
}
</style>