Shades of Alizarin #DE222F
Tints of Alizarin #DE222F
RGB
CMYK
RGB Variations
Color information
#DE222F (or 0xDE222F) is known color: Alizarin. HEX triplet: DE, 22 and 2F. RGB value is (222,34,47). Sum of RGB (Red+Green+Blue) = 222+34+47=303 (40% of max value = 765). Red value is 222 (87.11% from 255 or 73.27% from 303); Green value is 34 (13.67% from 255 or 11.22% from 303); Blue value is 47 (18.75% from 255 or 15.51% from 303); Max value from RGB is 222 - color contains mainly: red. Hex color #DE222F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE222F is #21DDD0. Grayscale: #5B5B5B. Windows color (decimal): -2219473 or 3089118. OLE color: 3089118.
HSL color Cylindrical-coordinate representation of color #DE222F: hue angle of 355.85º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DE222F is Cyan = 0, Magento = 0.85, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 34 | 47 | - |
| CMYK | 0 | 0.85 | 0.79 | 0.13 |
| HSL | 355.85º | 0.74% | 0.5% | - |
| HSV(B) | 355.85º | 0.85% | 0.87% | - |
| XYZ | 31.21 | 16.88 | 4.3 | - |
| YUV | 91.69 | 102.78 | 220.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 34 | 47 | 0 | 0.85 | 0.79 | 0.13 | 355.85 | 0.74 | 0.5 |
| Hex | DE | 22 | 2F | 0 | 55 | 4F | D | 164 | 4A | 32 |
| Octal | 336 | 42 | 57 | 0 | 125 | 117 | 15 | 544 | 112 | 62 |
| Binary | 11011110 | 100010 | 101111 | 0 | 1010101 | 1001111 | 1101 | 101100100 | 1001010 | 110010 |
Color Harmonies of #DE222F
Complementary color
Monochromatic Colors of #DE222F
Black with #DE222F
Text Example
Text Example
White with #DE222F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE222F; }
p { color: rgb(222,34,47); }
H1.HeaderClassName
{
color: #DE222F;
}
.AnyTagClassName
{
color: #DE222F;
}
</style>
background-color css
<style>
a { background-color: #DE222F; }
a { background-color: rgb(222,34,47); }
div.DivClassName
{
background-color: #DE222F;
}
.BgClassName
{
background-color: #DE222F;
}
</style>
border-color css
<style>
span { border-color: #DE222F; }
span { border-color: rgb(222,34,47); }
td.TdClassName
{
border-color: #DE222F;
}
.TagClassName
{
border-color: #DE222F;
}
</style>