Shades of Alizarin #DE2935
Tints of Alizarin #DE2935
RGB
CMYK
RGB Variations
Color information
#DE2935 (or 0xDE2935) is known color: Alizarin. HEX triplet: DE, 29 and 35. RGB value is (222,41,53). Sum of RGB (Red+Green+Blue) = 222+41+53=316 (41% of max value = 765). Red value is 222 (87.11% from 255 or 70.25% from 316); Green value is 41 (16.41% from 255 or 12.97% from 316); Blue value is 53 (21.09% from 255 or 16.77% from 316); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2935 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE2935 is #21D6CA. Grayscale: #606060. Windows color (decimal): -2217675 or 3484126. OLE color: 3484126.
HSL color Cylindrical-coordinate representation of color #DE2935: hue angle of 356.02º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DE2935 is Cyan = 0, Magento = 0.82, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 41 | 53 | - |
| CMYK | 0 | 0.82 | 0.76 | 0.13 |
| HSL | 356.02º | 0.73% | 0.52% | - |
| HSV(B) | 356.02º | 0.82% | 0.87% | - |
| XYZ | 31.56 | 17.37 | 5.06 | - |
| YUV | 96.49 | 103.47 | 217.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 41 | 53 | 0 | 0.82 | 0.76 | 0.13 | 356.02 | 0.73 | 0.52 |
| Hex | DE | 29 | 35 | 0 | 52 | 4C | D | 164 | 49 | 34 |
| Octal | 336 | 51 | 65 | 0 | 122 | 114 | 15 | 544 | 111 | 64 |
| Binary | 11011110 | 101001 | 110101 | 0 | 1010010 | 1001100 | 1101 | 101100100 | 1001001 | 110100 |
Color Harmonies of #DE2935
Complementary color
Monochromatic Colors of #DE2935
Black with #DE2935
Text Example
Text Example
White with #DE2935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE2935; }
p { color: rgb(222,41,53); }
H1.HeaderClassName
{
color: #DE2935;
}
.AnyTagClassName
{
color: #DE2935;
}
</style>
background-color css
<style>
a { background-color: #DE2935; }
a { background-color: rgb(222,41,53); }
div.DivClassName
{
background-color: #DE2935;
}
.BgClassName
{
background-color: #DE2935;
}
</style>
border-color css
<style>
span { border-color: #DE2935; }
span { border-color: rgb(222,41,53); }
td.TdClassName
{
border-color: #DE2935;
}
.TagClassName
{
border-color: #DE2935;
}
</style>