Shades of Alizarin #DE323C
Tints of Alizarin #DE323C
RGB
CMYK
RGB Variations
Color information
#DE323C (or 0xDE323C) is known color: Alizarin. HEX triplet: DE, 32 and 3C. RGB value is (222,50,60). Sum of RGB (Red+Green+Blue) = 222+50+60=332 (43% of max value = 765). Red value is 222 (87.11% from 255 or 66.87% from 332); Green value is 50 (19.92% from 255 or 15.06% from 332); Blue value is 60 (23.83% from 255 or 18.07% from 332); Max value from RGB is 222 - color contains mainly: red. Hex color #DE323C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE323C is #21CDC3. Grayscale: #666666. Windows color (decimal): -2215364 or 3945182. OLE color: 3945182.
HSL color Cylindrical-coordinate representation of color #DE323C: hue angle of 356.51º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DE323C is Cyan = 0, Magento = 0.77, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 50 | 60 | - |
| CMYK | 0 | 0.77 | 0.73 | 0.13 |
| HSL | 356.51º | 0.72% | 0.53% | - |
| HSV(B) | 356.51º | 0.77% | 0.87% | - |
| XYZ | 32.08 | 18.14 | 6.08 | - |
| YUV | 102.57 | 103.98 | 213.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 50 | 60 | 0 | 0.77 | 0.73 | 0.13 | 356.51 | 0.72 | 0.53 |
| Hex | DE | 32 | 3C | 0 | 4D | 49 | D | 165 | 48 | 35 |
| Octal | 336 | 62 | 74 | 0 | 115 | 111 | 15 | 545 | 110 | 65 |
| Binary | 11011110 | 110010 | 111100 | 0 | 1001101 | 1001001 | 1101 | 101100101 | 1001000 | 110101 |
Color Harmonies of #DE323C
Complementary color
Monochromatic Colors of #DE323C
Black with #DE323C
Text Example
Text Example
White with #DE323C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE323C; }
p { color: rgb(222,50,60); }
H1.HeaderClassName
{
color: #DE323C;
}
.AnyTagClassName
{
color: #DE323C;
}
</style>
background-color css
<style>
a { background-color: #DE323C; }
a { background-color: rgb(222,50,60); }
div.DivClassName
{
background-color: #DE323C;
}
.BgClassName
{
background-color: #DE323C;
}
</style>
border-color css
<style>
span { border-color: #DE323C; }
span { border-color: rgb(222,50,60); }
td.TdClassName
{
border-color: #DE323C;
}
.TagClassName
{
border-color: #DE323C;
}
</style>