Shades of Alizarin #DE2C2F
Tints of Alizarin #DE2C2F
RGB
CMYK
RGB Variations
Color information
#DE2C2F (or 0xDE2C2F) is known color: Alizarin. HEX triplet: DE, 2C and 2F. RGB value is (222,44,47). Sum of RGB (Red+Green+Blue) = 222+44+47=313 (41% of max value = 765). Red value is 222 (87.11% from 255 or 70.93% from 313); Green value is 44 (17.58% from 255 or 14.06% from 313); Blue value is 47 (18.75% from 255 or 15.02% from 313); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2C2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE2C2F is #21D3D0. Grayscale: #616161. Windows color (decimal): -2216913 or 3091678. OLE color: 3091678.
HSL color Cylindrical-coordinate representation of color #DE2C2F: hue angle of 358.99º 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 #DE2C2F is Cyan = 0, Magento = 0.80, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 44 | 47 | - |
| CMYK | 0 | 0.80 | 0.79 | 0.13 |
| HSL | 358.99º | 0.73% | 0.52% | - |
| HSV(B) | 358.99º | 0.8% | 0.87% | - |
| XYZ | 31.54 | 17.54 | 4.41 | - |
| YUV | 97.56 | 99.47 | 216.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 44 | 47 | 0 | 0.80 | 0.79 | 0.13 | 358.99 | 0.73 | 0.52 |
| Hex | DE | 2C | 2F | 0 | 50 | 4F | D | 167 | 49 | 34 |
| Octal | 336 | 54 | 57 | 0 | 120 | 117 | 15 | 547 | 111 | 64 |
| Binary | 11011110 | 101100 | 101111 | 0 | 1010000 | 1001111 | 1101 | 101100111 | 1001001 | 110100 |
Color Harmonies of #DE2C2F
Complementary color
Monochromatic Colors of #DE2C2F
Black with #DE2C2F
Text Example
Text Example
White with #DE2C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE2C2F; }
p { color: rgb(222,44,47); }
H1.HeaderClassName
{
color: #DE2C2F;
}
.AnyTagClassName
{
color: #DE2C2F;
}
</style>
background-color css
<style>
a { background-color: #DE2C2F; }
a { background-color: rgb(222,44,47); }
div.DivClassName
{
background-color: #DE2C2F;
}
.BgClassName
{
background-color: #DE2C2F;
}
</style>
border-color css
<style>
span { border-color: #DE2C2F; }
span { border-color: rgb(222,44,47); }
td.TdClassName
{
border-color: #DE2C2F;
}
.TagClassName
{
border-color: #DE2C2F;
}
</style>