Shades of Alizarin #DF313A
Tints of Alizarin #DF313A
RGB
CMYK
RGB Variations
Color information
#DF313A (or 0xDF313A) is known color: Alizarin. HEX triplet: DF, 31 and 3A. RGB value is (223,49,58). Sum of RGB (Red+Green+Blue) = 223+49+58=330 (43% of max value = 765). Red value is 223 (87.5% from 255 or 67.58% from 330); Green value is 49 (19.53% from 255 or 14.85% from 330); Blue value is 58 (23.05% from 255 or 17.58% from 330); Max value from RGB is 223 - color contains mainly: red. Hex color #DF313A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF313A is #20CEC5. Grayscale: #666666. Windows color (decimal): -2150086 or 3813855. OLE color: 3813855.
HSL color Cylindrical-coordinate representation of color #DF313A: hue angle of 356.9º degrees, saturation: 0.73, 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 #DF313A is Cyan = 0, Magento = 0.78, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 49 | 58 | - |
| CMYK | 0 | 0.78 | 0.74 | 0.13 |
| HSL | 356.9º | 0.73% | 0.53% | - |
| HSV(B) | 356.9º | 0.78% | 0.87% | - |
| XYZ | 32.29 | 18.19 | 5.81 | - |
| YUV | 102.05 | 103.15 | 214.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 49 | 58 | 0 | 0.78 | 0.74 | 0.13 | 356.9 | 0.73 | 0.53 |
| Hex | DF | 31 | 3A | 0 | 4E | 4A | D | 165 | 49 | 35 |
| Octal | 337 | 61 | 72 | 0 | 116 | 112 | 15 | 545 | 111 | 65 |
| Binary | 11011111 | 110001 | 111010 | 0 | 1001110 | 1001010 | 1101 | 101100101 | 1001001 | 110101 |
Color Harmonies of #DF313A
Complementary color
Monochromatic Colors of #DF313A
Black with #DF313A
Text Example
Text Example
White with #DF313A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF313A; }
p { color: rgb(223,49,58); }
H1.HeaderClassName
{
color: #DF313A;
}
.AnyTagClassName
{
color: #DF313A;
}
</style>
background-color css
<style>
a { background-color: #DF313A; }
a { background-color: rgb(223,49,58); }
div.DivClassName
{
background-color: #DF313A;
}
.BgClassName
{
background-color: #DF313A;
}
</style>
border-color css
<style>
span { border-color: #DF313A; }
span { border-color: rgb(223,49,58); }
td.TdClassName
{
border-color: #DF313A;
}
.TagClassName
{
border-color: #DF313A;
}
</style>