Shades of Alizarin #DF3033
Tints of Alizarin #DF3033
RGB
CMYK
RGB Variations
Color information
#DF3033 (or 0xDF3033) is known color: Alizarin. HEX triplet: DF, 30 and 33. RGB value is (223,48,51). Sum of RGB (Red+Green+Blue) = 223+48+51=322 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.25% from 322); Green value is 48 (19.14% from 255 or 14.91% from 322); Blue value is 51 (20.31% from 255 or 15.84% from 322); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3033 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3033 is #20CFCC. Grayscale: #646464. Windows color (decimal): -2150349 or 3354847. OLE color: 3354847.
HSL color Cylindrical-coordinate representation of color #DF3033: hue angle of 358.97º 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 #DF3033 is Cyan = 0, Magento = 0.78, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 48 | 51 | - |
| CMYK | 0 | 0.78 | 0.77 | 0.13 |
| HSL | 358.97º | 0.73% | 0.53% | - |
| HSV(B) | 358.97º | 0.78% | 0.87% | - |
| XYZ | 32.09 | 18.04 | 4.92 | - |
| YUV | 100.67 | 99.98 | 215.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 48 | 51 | 0 | 0.78 | 0.77 | 0.13 | 358.97 | 0.73 | 0.53 |
| Hex | DF | 30 | 33 | 0 | 4E | 4D | D | 167 | 49 | 35 |
| Octal | 337 | 60 | 63 | 0 | 116 | 115 | 15 | 547 | 111 | 65 |
| Binary | 11011111 | 110000 | 110011 | 0 | 1001110 | 1001101 | 1101 | 101100111 | 1001001 | 110101 |
Color Harmonies of #DF3033
Complementary color
Monochromatic Colors of #DF3033
Black with #DF3033
Text Example
Text Example
White with #DF3033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3033; }
p { color: rgb(223,48,51); }
H1.HeaderClassName
{
color: #DF3033;
}
.AnyTagClassName
{
color: #DF3033;
}
</style>
background-color css
<style>
a { background-color: #DF3033; }
a { background-color: rgb(223,48,51); }
div.DivClassName
{
background-color: #DF3033;
}
.BgClassName
{
background-color: #DF3033;
}
</style>
border-color css
<style>
span { border-color: #DF3033; }
span { border-color: rgb(223,48,51); }
td.TdClassName
{
border-color: #DF3033;
}
.TagClassName
{
border-color: #DF3033;
}
</style>