Shades of Alizarin #DF292F
Tints of Alizarin #DF292F
RGB
CMYK
RGB Variations
Color information
#DF292F (or 0xDF292F) is known color: Alizarin. HEX triplet: DF, 29 and 2F. RGB value is (223,41,47). Sum of RGB (Red+Green+Blue) = 223+41+47=311 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.70% from 311); Green value is 41 (16.41% from 255 or 13.18% from 311); Blue value is 47 (18.75% from 255 or 15.11% from 311); Max value from RGB is 223 - color contains mainly: red. Hex color #DF292F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF292F is #20D6D0. Grayscale: #606060. Windows color (decimal): -2152145 or 3090911. OLE color: 3090911.
HSL color Cylindrical-coordinate representation of color #DF292F: hue angle of 358.02º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DF292F is Cyan = 0, Magento = 0.82, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 41 | 47 | - |
| CMYK | 0 | 0.82 | 0.79 | 0.13 |
| HSL | 358.02º | 0.74% | 0.52% | - |
| HSV(B) | 358.02º | 0.82% | 0.87% | - |
| XYZ | 31.74 | 17.48 | 4.39 | - |
| YUV | 96.1 | 100.3 | 218.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 41 | 47 | 0 | 0.82 | 0.79 | 0.13 | 358.02 | 0.74 | 0.52 |
| Hex | DF | 29 | 2F | 0 | 52 | 4F | D | 166 | 4A | 34 |
| Octal | 337 | 51 | 57 | 0 | 122 | 117 | 15 | 546 | 112 | 64 |
| Binary | 11011111 | 101001 | 101111 | 0 | 1010010 | 1001111 | 1101 | 101100110 | 1001010 | 110100 |
Color Harmonies of #DF292F
Complementary color
Monochromatic Colors of #DF292F
Black with #DF292F
Text Example
Text Example
White with #DF292F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF292F; }
p { color: rgb(223,41,47); }
H1.HeaderClassName
{
color: #DF292F;
}
.AnyTagClassName
{
color: #DF292F;
}
</style>
background-color css
<style>
a { background-color: #DF292F; }
a { background-color: rgb(223,41,47); }
div.DivClassName
{
background-color: #DF292F;
}
.BgClassName
{
background-color: #DF292F;
}
</style>
border-color css
<style>
span { border-color: #DF292F; }
span { border-color: rgb(223,41,47); }
td.TdClassName
{
border-color: #DF292F;
}
.TagClassName
{
border-color: #DF292F;
}
</style>