Shades of Alizarin #DF2D34
Tints of Alizarin #DF2D34
RGB
CMYK
RGB Variations
Color information
#DF2D34 (or 0xDF2D34) is known color: Alizarin. HEX triplet: DF, 2D and 34. RGB value is (223,45,52). Sum of RGB (Red+Green+Blue) = 223+45+52=320 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.69% from 320); Green value is 45 (17.97% from 255 or 14.06% from 320); Blue value is 52 (20.70% from 255 or 16.25% from 320); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2D34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2D34 is #20D2CB. Grayscale: #636363. Windows color (decimal): -2151116 or 3419615. OLE color: 3419615.
HSL color Cylindrical-coordinate representation of color #DF2D34: hue angle of 357.64º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DF2D34 is Cyan = 0, Magento = 0.80, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 45 | 52 | - |
| CMYK | 0 | 0.80 | 0.77 | 0.13 |
| HSL | 357.64º | 0.74% | 0.53% | - |
| HSV(B) | 357.64º | 0.8% | 0.87% | - |
| XYZ | 31.99 | 17.81 | 5 | - |
| YUV | 99.02 | 101.47 | 216.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 45 | 52 | 0 | 0.80 | 0.77 | 0.13 | 357.64 | 0.74 | 0.53 |
| Hex | DF | 2D | 34 | 0 | 50 | 4D | D | 166 | 4A | 35 |
| Octal | 337 | 55 | 64 | 0 | 120 | 115 | 15 | 546 | 112 | 65 |
| Binary | 11011111 | 101101 | 110100 | 0 | 1010000 | 1001101 | 1101 | 101100110 | 1001010 | 110101 |
Color Harmonies of #DF2D34
Complementary color
Monochromatic Colors of #DF2D34
Black with #DF2D34
Text Example
Text Example
White with #DF2D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2D34; }
p { color: rgb(223,45,52); }
H1.HeaderClassName
{
color: #DF2D34;
}
.AnyTagClassName
{
color: #DF2D34;
}
</style>
background-color css
<style>
a { background-color: #DF2D34; }
a { background-color: rgb(223,45,52); }
div.DivClassName
{
background-color: #DF2D34;
}
.BgClassName
{
background-color: #DF2D34;
}
</style>
border-color css
<style>
span { border-color: #DF2D34; }
span { border-color: rgb(223,45,52); }
td.TdClassName
{
border-color: #DF2D34;
}
.TagClassName
{
border-color: #DF2D34;
}
</style>