Shades of Alizarin #DF303B
Tints of Alizarin #DF303B
RGB
CMYK
RGB Variations
Color information
#DF303B (or 0xDF303B) is known color: Alizarin. HEX triplet: DF, 30 and 3B. RGB value is (223,48,59). Sum of RGB (Red+Green+Blue) = 223+48+59=330 (43% of max value = 765). Red value is 223 (87.5% from 255 or 67.58% from 330); Green value is 48 (19.14% from 255 or 14.55% from 330); Blue value is 59 (23.44% from 255 or 17.88% from 330); Max value from RGB is 223 - color contains mainly: red. Hex color #DF303B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF303B is #20CFC4. Grayscale: #656565. Windows color (decimal): -2150341 or 3879135. OLE color: 3879135.
HSL color Cylindrical-coordinate representation of color #DF303B: hue angle of 356.23º 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 #DF303B is Cyan = 0, Magento = 0.78, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 48 | 59 | - |
| CMYK | 0 | 0.78 | 0.74 | 0.13 |
| HSL | 356.23º | 0.73% | 0.53% | - |
| HSV(B) | 356.23º | 0.78% | 0.87% | - |
| XYZ | 32.28 | 18.12 | 5.93 | - |
| YUV | 101.58 | 103.98 | 214.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 48 | 59 | 0 | 0.78 | 0.74 | 0.13 | 356.23 | 0.73 | 0.53 |
| Hex | DF | 30 | 3B | 0 | 4E | 4A | D | 164 | 49 | 35 |
| Octal | 337 | 60 | 73 | 0 | 116 | 112 | 15 | 544 | 111 | 65 |
| Binary | 11011111 | 110000 | 111011 | 0 | 1001110 | 1001010 | 1101 | 101100100 | 1001001 | 110101 |
Color Harmonies of #DF303B
Complementary color
Monochromatic Colors of #DF303B
Black with #DF303B
Text Example
Text Example
White with #DF303B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF303B; }
p { color: rgb(223,48,59); }
H1.HeaderClassName
{
color: #DF303B;
}
.AnyTagClassName
{
color: #DF303B;
}
</style>
background-color css
<style>
a { background-color: #DF303B; }
a { background-color: rgb(223,48,59); }
div.DivClassName
{
background-color: #DF303B;
}
.BgClassName
{
background-color: #DF303B;
}
</style>
border-color css
<style>
span { border-color: #DF303B; }
span { border-color: rgb(223,48,59); }
td.TdClassName
{
border-color: #DF303B;
}
.TagClassName
{
border-color: #DF303B;
}
</style>