Shades of Alizarin #DE313F
Tints of Alizarin #DE313F
RGB
CMYK
RGB Variations
Color information
#DE313F (or 0xDE313F) is known color: Alizarin. HEX triplet: DE, 31 and 3F. RGB value is (222,49,63). Sum of RGB (Red+Green+Blue) = 222+49+63=334 (44% of max value = 765). Red value is 222 (87.11% from 255 or 66.47% from 334); Green value is 49 (19.53% from 255 or 14.67% from 334); Blue value is 63 (25% from 255 or 18.86% from 334); Max value from RGB is 222 - color contains mainly: red. Hex color #DE313F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE313F is #21CEC0. Grayscale: #666666. Windows color (decimal): -2215617 or 4141534. OLE color: 4141534.
HSL color Cylindrical-coordinate representation of color #DE313F: hue angle of 355.14º 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 #DE313F is Cyan = 0, Magento = 0.78, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 49 | 63 | - |
| CMYK | 0 | 0.78 | 0.72 | 0.13 |
| HSL | 355.14º | 0.72% | 0.53% | - |
| HSV(B) | 355.14º | 0.78% | 0.87% | - |
| XYZ | 32.12 | 18.09 | 6.5 | - |
| YUV | 102.32 | 105.81 | 213.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 49 | 63 | 0 | 0.78 | 0.72 | 0.13 | 355.14 | 0.72 | 0.53 |
| Hex | DE | 31 | 3F | 0 | 4E | 48 | D | 163 | 48 | 35 |
| Octal | 336 | 61 | 77 | 0 | 116 | 110 | 15 | 543 | 110 | 65 |
| Binary | 11011110 | 110001 | 111111 | 0 | 1001110 | 1001000 | 1101 | 101100011 | 1001000 | 110101 |
Color Harmonies of #DE313F
Complementary color
Monochromatic Colors of #DE313F
Black with #DE313F
Text Example
Text Example
White with #DE313F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE313F; }
p { color: rgb(222,49,63); }
H1.HeaderClassName
{
color: #DE313F;
}
.AnyTagClassName
{
color: #DE313F;
}
</style>
background-color css
<style>
a { background-color: #DE313F; }
a { background-color: rgb(222,49,63); }
div.DivClassName
{
background-color: #DE313F;
}
.BgClassName
{
background-color: #DE313F;
}
</style>
border-color css
<style>
span { border-color: #DE313F; }
span { border-color: rgb(222,49,63); }
td.TdClassName
{
border-color: #DE313F;
}
.TagClassName
{
border-color: #DE313F;
}
</style>