Shades of Alizarin #DE313C
Tints of Alizarin #DE313C
RGB
CMYK
RGB Variations
Color information
#DE313C (or 0xDE313C) is known color: Alizarin. HEX triplet: DE, 31 and 3C. RGB value is (222,49,60). Sum of RGB (Red+Green+Blue) = 222+49+60=331 (43% of max value = 765). Red value is 222 (87.11% from 255 or 67.07% from 331); Green value is 49 (19.53% from 255 or 14.80% from 331); Blue value is 60 (23.83% from 255 or 18.13% from 331); Max value from RGB is 222 - color contains mainly: red. Hex color #DE313C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE313C is #21CEC3. Grayscale: #666666. Windows color (decimal): -2215620 or 3944926. OLE color: 3944926.
HSL color Cylindrical-coordinate representation of color #DE313C: hue angle of 356.18º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DE313C is Cyan = 0, Magento = 0.78, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 49 | 60 | - |
| CMYK | 0 | 0.78 | 0.73 | 0.13 |
| HSL | 356.19º | 0.72% | 0.53% | - |
| HSV(B) | 356.19º | 0.78% | 0.87% | - |
| XYZ | 32.04 | 18.05 | 6.07 | - |
| YUV | 101.98 | 104.31 | 213.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 49 | 60 | 0 | 0.78 | 0.73 | 0.13 | 356.19 | 0.72 | 0.53 |
| Hex | DE | 31 | 3C | 0 | 4E | 49 | D | 164 | 48 | 35 |
| Octal | 336 | 61 | 74 | 0 | 116 | 111 | 15 | 544 | 110 | 65 |
| Binary | 11011110 | 110001 | 111100 | 0 | 1001110 | 1001001 | 1101 | 101100100 | 1001000 | 110101 |
Color Harmonies of #DE313C
Complementary color
Monochromatic Colors of #DE313C
Black with #DE313C
Text Example
Text Example
White with #DE313C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE313C; }
p { color: rgb(222,49,60); }
H1.HeaderClassName
{
color: #DE313C;
}
.AnyTagClassName
{
color: #DE313C;
}
</style>
background-color css
<style>
a { background-color: #DE313C; }
a { background-color: rgb(222,49,60); }
div.DivClassName
{
background-color: #DE313C;
}
.BgClassName
{
background-color: #DE313C;
}
</style>
border-color css
<style>
span { border-color: #DE313C; }
span { border-color: rgb(222,49,60); }
td.TdClassName
{
border-color: #DE313C;
}
.TagClassName
{
border-color: #DE313C;
}
</style>