Shades of Alizarin #DF2D33
Tints of Alizarin #DF2D33
RGB
CMYK
RGB Variations
Color information
#DF2D33 (or 0xDF2D33) is known color: Alizarin. HEX triplet: DF, 2D and 33. RGB value is (223,45,51). Sum of RGB (Red+Green+Blue) = 223+45+51=319 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.91% from 319); Green value is 45 (17.97% from 255 or 14.11% from 319); Blue value is 51 (20.31% from 255 or 15.99% from 319); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2D33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2D33 is #20D2CC. Grayscale: #636363. Windows color (decimal): -2151117 or 3354079. OLE color: 3354079.
HSL color Cylindrical-coordinate representation of color #DF2D33: hue angle of 357.98º 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 #DF2D33 is Cyan = 0, Magento = 0.80, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 45 | 51 | - |
| CMYK | 0 | 0.80 | 0.77 | 0.13 |
| HSL | 357.98º | 0.74% | 0.53% | - |
| HSV(B) | 357.98º | 0.8% | 0.87% | - |
| XYZ | 31.97 | 17.8 | 4.88 | - |
| YUV | 98.91 | 100.97 | 216.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 45 | 51 | 0 | 0.80 | 0.77 | 0.13 | 357.98 | 0.74 | 0.53 |
| Hex | DF | 2D | 33 | 0 | 50 | 4D | D | 166 | 4A | 35 |
| Octal | 337 | 55 | 63 | 0 | 120 | 115 | 15 | 546 | 112 | 65 |
| Binary | 11011111 | 101101 | 110011 | 0 | 1010000 | 1001101 | 1101 | 101100110 | 1001010 | 110101 |
Color Harmonies of #DF2D33
Complementary color
Monochromatic Colors of #DF2D33
Black with #DF2D33
Text Example
Text Example
White with #DF2D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2D33; }
p { color: rgb(223,45,51); }
H1.HeaderClassName
{
color: #DF2D33;
}
.AnyTagClassName
{
color: #DF2D33;
}
</style>
background-color css
<style>
a { background-color: #DF2D33; }
a { background-color: rgb(223,45,51); }
div.DivClassName
{
background-color: #DF2D33;
}
.BgClassName
{
background-color: #DF2D33;
}
</style>
border-color css
<style>
span { border-color: #DF2D33; }
span { border-color: rgb(223,45,51); }
td.TdClassName
{
border-color: #DF2D33;
}
.TagClassName
{
border-color: #DF2D33;
}
</style>