Shades of Alizarin #DE2A3C
Tints of Alizarin #DE2A3C
RGB
CMYK
RGB Variations
Color information
#DE2A3C (or 0xDE2A3C) is known color: Alizarin. HEX triplet: DE, 2A and 3C. RGB value is (222,42,60). Sum of RGB (Red+Green+Blue) = 222+42+60=324 (42% of max value = 765). Red value is 222 (87.11% from 255 or 68.52% from 324); Green value is 42 (16.80% from 255 or 12.96% from 324); Blue value is 60 (23.83% from 255 or 18.52% from 324); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2A3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE2A3C is #21D5C3. Grayscale: #616161. Windows color (decimal): -2217412 or 3943134. OLE color: 3943134.
HSL color Cylindrical-coordinate representation of color #DE2A3C: hue angle of 354º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DE2A3C is Cyan = 0, Magento = 0.81, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 42 | 60 | - |
| CMYK | 0 | 0.81 | 0.73 | 0.13 |
| HSL | 354º | 0.73% | 0.52% | - |
| HSV(B) | 354º | 0.81% | 0.87% | - |
| XYZ | 31.77 | 17.51 | 5.98 | - |
| YUV | 97.87 | 106.63 | 216.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 42 | 60 | 0 | 0.81 | 0.73 | 0.13 | 354 | 0.73 | 0.52 |
| Hex | DE | 2A | 3C | 0 | 51 | 49 | D | 162 | 49 | 34 |
| Octal | 336 | 52 | 74 | 0 | 121 | 111 | 15 | 542 | 111 | 64 |
| Binary | 11011110 | 101010 | 111100 | 0 | 1010001 | 1001001 | 1101 | 101100010 | 1001001 | 110100 |
Color Harmonies of #DE2A3C
Complementary color
Monochromatic Colors of #DE2A3C
Black with #DE2A3C
Text Example
Text Example
White with #DE2A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE2A3C; }
p { color: rgb(222,42,60); }
H1.HeaderClassName
{
color: #DE2A3C;
}
.AnyTagClassName
{
color: #DE2A3C;
}
</style>
background-color css
<style>
a { background-color: #DE2A3C; }
a { background-color: rgb(222,42,60); }
div.DivClassName
{
background-color: #DE2A3C;
}
.BgClassName
{
background-color: #DE2A3C;
}
</style>
border-color css
<style>
span { border-color: #DE2A3C; }
span { border-color: rgb(222,42,60); }
td.TdClassName
{
border-color: #DE2A3C;
}
.TagClassName
{
border-color: #DE2A3C;
}
</style>