Shades of Alizarin #DE232E
Tints of Alizarin #DE232E
RGB
CMYK
RGB Variations
Color information
#DE232E (or 0xDE232E) is known color: Alizarin. HEX triplet: DE, 23 and 2E. RGB value is (222,35,46). Sum of RGB (Red+Green+Blue) = 222+35+46=303 (40% of max value = 765). Red value is 222 (87.11% from 255 or 73.27% from 303); Green value is 35 (14.06% from 255 or 11.55% from 303); Blue value is 46 (18.36% from 255 or 15.18% from 303); Max value from RGB is 222 - color contains mainly: red. Hex color #DE232E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE232E is #21DCD1. Grayscale: #5C5C5C. Windows color (decimal): -2219218 or 3023838. OLE color: 3023838.
HSL color Cylindrical-coordinate representation of color #DE232E: hue angle of 356.47º 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 #DE232E is Cyan = 0, Magento = 0.84, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 35 | 46 | - |
| CMYK | 0 | 0.84 | 0.79 | 0.13 |
| HSL | 356.47º | 0.74% | 0.5% | - |
| HSV(B) | 356.47º | 0.84% | 0.87% | - |
| XYZ | 31.22 | 16.93 | 4.21 | - |
| YUV | 92.17 | 101.95 | 220.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 35 | 46 | 0 | 0.84 | 0.79 | 0.13 | 356.47 | 0.74 | 0.5 |
| Hex | DE | 23 | 2E | 0 | 54 | 4F | D | 164 | 4A | 32 |
| Octal | 336 | 43 | 56 | 0 | 124 | 117 | 15 | 544 | 112 | 62 |
| Binary | 11011110 | 100011 | 101110 | 0 | 1010100 | 1001111 | 1101 | 101100100 | 1001010 | 110010 |
Color Harmonies of #DE232E
Complementary color
Monochromatic Colors of #DE232E
Black with #DE232E
Text Example
Text Example
White with #DE232E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE232E; }
p { color: rgb(222,35,46); }
H1.HeaderClassName
{
color: #DE232E;
}
.AnyTagClassName
{
color: #DE232E;
}
</style>
background-color css
<style>
a { background-color: #DE232E; }
a { background-color: rgb(222,35,46); }
div.DivClassName
{
background-color: #DE232E;
}
.BgClassName
{
background-color: #DE232E;
}
</style>
border-color css
<style>
span { border-color: #DE232E; }
span { border-color: rgb(222,35,46); }
td.TdClassName
{
border-color: #DE232E;
}
.TagClassName
{
border-color: #DE232E;
}
</style>