Shades of Alizarin #DE223F
Tints of Alizarin #DE223F
RGB
CMYK
RGB Variations
Color information
#DE223F (or 0xDE223F) is known color: Alizarin. HEX triplet: DE, 22 and 3F. RGB value is (222,34,63). Sum of RGB (Red+Green+Blue) = 222+34+63=319 (42% of max value = 765). Red value is 222 (87.11% from 255 or 69.59% from 319); Green value is 34 (13.67% from 255 or 10.66% from 319); Blue value is 63 (25% from 255 or 19.75% from 319); Max value from RGB is 222 - color contains mainly: red. Hex color #DE223F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE223F is #21DDC0. Grayscale: #5D5D5D. Windows color (decimal): -2219457 or 4137694. OLE color: 4137694.
HSL color Cylindrical-coordinate representation of color #DE223F: hue angle of 350.74º 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 #DE223F is Cyan = 0, Magento = 0.85, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 34 | 63 | - |
| CMYK | 0 | 0.85 | 0.72 | 0.13 |
| HSL | 350.74º | 0.74% | 0.5% | - |
| HSV(B) | 350.74º | 0.85% | 0.87% | - |
| XYZ | 31.59 | 17.03 | 6.33 | - |
| YUV | 93.52 | 110.78 | 219.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 34 | 63 | 0 | 0.85 | 0.72 | 0.13 | 350.74 | 0.74 | 0.5 |
| Hex | DE | 22 | 3F | 0 | 55 | 48 | D | 15F | 4A | 32 |
| Octal | 336 | 42 | 77 | 0 | 125 | 110 | 15 | 537 | 112 | 62 |
| Binary | 11011110 | 100010 | 111111 | 0 | 1010101 | 1001000 | 1101 | 101011111 | 1001010 | 110010 |
Color Harmonies of #DE223F
Complementary color
Monochromatic Colors of #DE223F
Black with #DE223F
Text Example
Text Example
White with #DE223F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE223F; }
p { color: rgb(222,34,63); }
H1.HeaderClassName
{
color: #DE223F;
}
.AnyTagClassName
{
color: #DE223F;
}
</style>
background-color css
<style>
a { background-color: #DE223F; }
a { background-color: rgb(222,34,63); }
div.DivClassName
{
background-color: #DE223F;
}
.BgClassName
{
background-color: #DE223F;
}
</style>
border-color css
<style>
span { border-color: #DE223F; }
span { border-color: rgb(222,34,63); }
td.TdClassName
{
border-color: #DE223F;
}
.TagClassName
{
border-color: #DE223F;
}
</style>