Shades of Alizarin #DE233F
Tints of Alizarin #DE233F
RGB
CMYK
RGB Variations
Color information
#DE233F (or 0xDE233F) is known color: Alizarin. HEX triplet: DE, 23 and 3F. RGB value is (222,35,63). Sum of RGB (Red+Green+Blue) = 222+35+63=320 (42% of max value = 765). Red value is 222 (87.11% from 255 or 69.38% from 320); Green value is 35 (14.06% from 255 or 10.94% from 320); Blue value is 63 (25% from 255 or 19.69% from 320); Max value from RGB is 222 - color contains mainly: red. Hex color #DE233F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE233F is #21DCC0. Grayscale: #5E5E5E. Windows color (decimal): -2219201 or 4137950. OLE color: 4137950.
HSL color Cylindrical-coordinate representation of color #DE233F: hue angle of 351.02º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DE233F is Cyan = 0, Magento = 0.84, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 35 | 63 | - |
| CMYK | 0 | 0.84 | 0.72 | 0.13 |
| HSL | 351.02º | 0.74% | 0.5% | - |
| HSV(B) | 351.02º | 0.84% | 0.87% | - |
| XYZ | 31.62 | 17.09 | 6.33 | - |
| YUV | 94.11 | 110.45 | 219.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 35 | 63 | 0 | 0.84 | 0.72 | 0.13 | 351.02 | 0.74 | 0.5 |
| Hex | DE | 23 | 3F | 0 | 54 | 48 | D | 15F | 4A | 32 |
| Octal | 336 | 43 | 77 | 0 | 124 | 110 | 15 | 537 | 112 | 62 |
| Binary | 11011110 | 100011 | 111111 | 0 | 1010100 | 1001000 | 1101 | 101011111 | 1001010 | 110010 |
Color Harmonies of #DE233F
Complementary color
Monochromatic Colors of #DE233F
Black with #DE233F
Text Example
Text Example
White with #DE233F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE233F; }
p { color: rgb(222,35,63); }
H1.HeaderClassName
{
color: #DE233F;
}
.AnyTagClassName
{
color: #DE233F;
}
</style>
background-color css
<style>
a { background-color: #DE233F; }
a { background-color: rgb(222,35,63); }
div.DivClassName
{
background-color: #DE233F;
}
.BgClassName
{
background-color: #DE233F;
}
</style>
border-color css
<style>
span { border-color: #DE233F; }
span { border-color: rgb(222,35,63); }
td.TdClassName
{
border-color: #DE233F;
}
.TagClassName
{
border-color: #DE233F;
}
</style>