Shades of Alizarin #DF303F
Tints of Alizarin #DF303F
RGB
CMYK
RGB Variations
Color information
#DF303F (or 0xDF303F) is known color: Alizarin. HEX triplet: DF, 30 and 3F. RGB value is (223,48,63). Sum of RGB (Red+Green+Blue) = 223+48+63=334 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.77% from 334); Green value is 48 (19.14% from 255 or 14.37% from 334); Blue value is 63 (25% from 255 or 18.86% from 334); Max value from RGB is 223 - color contains mainly: red. Hex color #DF303F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF303F is #20CFC0. Grayscale: #666666. Windows color (decimal): -2150337 or 4141279. OLE color: 4141279.
HSL color Cylindrical-coordinate representation of color #DF303F: hue angle of 354.86º 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 #DF303F is Cyan = 0, Magento = 0.78, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 48 | 63 | - |
| CMYK | 0 | 0.78 | 0.72 | 0.13 |
| HSL | 354.86º | 0.73% | 0.53% | - |
| HSV(B) | 354.86º | 0.78% | 0.87% | - |
| XYZ | 32.39 | 18.16 | 6.5 | - |
| YUV | 102.04 | 105.98 | 214.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 48 | 63 | 0 | 0.78 | 0.72 | 0.13 | 354.86 | 0.73 | 0.53 |
| Hex | DF | 30 | 3F | 0 | 4E | 48 | D | 163 | 49 | 35 |
| Octal | 337 | 60 | 77 | 0 | 116 | 110 | 15 | 543 | 111 | 65 |
| Binary | 11011111 | 110000 | 111111 | 0 | 1001110 | 1001000 | 1101 | 101100011 | 1001001 | 110101 |
Color Harmonies of #DF303F
Complementary color
Monochromatic Colors of #DF303F
Black with #DF303F
Text Example
Text Example
White with #DF303F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF303F; }
p { color: rgb(223,48,63); }
H1.HeaderClassName
{
color: #DF303F;
}
.AnyTagClassName
{
color: #DF303F;
}
</style>
background-color css
<style>
a { background-color: #DF303F; }
a { background-color: rgb(223,48,63); }
div.DivClassName
{
background-color: #DF303F;
}
.BgClassName
{
background-color: #DF303F;
}
</style>
border-color css
<style>
span { border-color: #DF303F; }
span { border-color: rgb(223,48,63); }
td.TdClassName
{
border-color: #DF303F;
}
.TagClassName
{
border-color: #DF303F;
}
</style>