Shades of Alizarin #DF303E
Tints of Alizarin #DF303E
RGB
CMYK
RGB Variations
Color information
#DF303E (or 0xDF303E) is known color: Alizarin. HEX triplet: DF, 30 and 3E. RGB value is (223,48,62). Sum of RGB (Red+Green+Blue) = 223+48+62=333 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.97% from 333); Green value is 48 (19.14% from 255 or 14.41% from 333); Blue value is 62 (24.61% from 255 or 18.62% from 333); Max value from RGB is 223 - color contains mainly: red. Hex color #DF303E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF303E is #20CFC1. Grayscale: #666666. Windows color (decimal): -2150338 or 4075743. OLE color: 4075743.
HSL color Cylindrical-coordinate representation of color #DF303E: hue angle of 355.2º 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 #DF303E is Cyan = 0, Magento = 0.78, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 48 | 62 | - |
| CMYK | 0 | 0.78 | 0.72 | 0.13 |
| HSL | 355.2º | 0.73% | 0.53% | - |
| HSV(B) | 355.2º | 0.78% | 0.87% | - |
| XYZ | 32.36 | 18.15 | 6.36 | - |
| YUV | 101.92 | 105.48 | 214.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 48 | 62 | 0 | 0.78 | 0.72 | 0.13 | 355.2 | 0.73 | 0.53 |
| Hex | DF | 30 | 3E | 0 | 4E | 48 | D | 163 | 49 | 35 |
| Octal | 337 | 60 | 76 | 0 | 116 | 110 | 15 | 543 | 111 | 65 |
| Binary | 11011111 | 110000 | 111110 | 0 | 1001110 | 1001000 | 1101 | 101100011 | 1001001 | 110101 |
Color Harmonies of #DF303E
Complementary color
Monochromatic Colors of #DF303E
Black with #DF303E
Text Example
Text Example
White with #DF303E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF303E; }
p { color: rgb(223,48,62); }
H1.HeaderClassName
{
color: #DF303E;
}
.AnyTagClassName
{
color: #DF303E;
}
</style>
background-color css
<style>
a { background-color: #DF303E; }
a { background-color: rgb(223,48,62); }
div.DivClassName
{
background-color: #DF303E;
}
.BgClassName
{
background-color: #DF303E;
}
</style>
border-color css
<style>
span { border-color: #DF303E; }
span { border-color: rgb(223,48,62); }
td.TdClassName
{
border-color: #DF303E;
}
.TagClassName
{
border-color: #DF303E;
}
</style>