Shades of Alizarin #DF303A
Tints of Alizarin #DF303A
RGB
CMYK
RGB Variations
Color information
#DF303A (or 0xDF303A) is known color: Alizarin. HEX triplet: DF, 30 and 3A. RGB value is (223,48,58). Sum of RGB (Red+Green+Blue) = 223+48+58=329 (43% of max value = 765). Red value is 223 (87.5% from 255 or 67.78% from 329); Green value is 48 (19.14% from 255 or 14.59% from 329); Blue value is 58 (23.05% from 255 or 17.63% from 329); Max value from RGB is 223 - color contains mainly: red. Hex color #DF303A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF303A is #20CFC5. Grayscale: #656565. Windows color (decimal): -2150342 or 3813599. OLE color: 3813599.
HSL color Cylindrical-coordinate representation of color #DF303A: hue angle of 356.57º 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 #DF303A is Cyan = 0, Magento = 0.78, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 48 | 58 | - |
| CMYK | 0 | 0.78 | 0.74 | 0.13 |
| HSL | 356.57º | 0.73% | 0.53% | - |
| HSV(B) | 356.57º | 0.78% | 0.87% | - |
| XYZ | 32.25 | 18.11 | 5.8 | - |
| YUV | 101.47 | 103.48 | 214.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 48 | 58 | 0 | 0.78 | 0.74 | 0.13 | 356.57 | 0.73 | 0.53 |
| Hex | DF | 30 | 3A | 0 | 4E | 4A | D | 165 | 49 | 35 |
| Octal | 337 | 60 | 72 | 0 | 116 | 112 | 15 | 545 | 111 | 65 |
| Binary | 11011111 | 110000 | 111010 | 0 | 1001110 | 1001010 | 1101 | 101100101 | 1001001 | 110101 |
Color Harmonies of #DF303A
Complementary color
Monochromatic Colors of #DF303A
Black with #DF303A
Text Example
Text Example
White with #DF303A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF303A; }
p { color: rgb(223,48,58); }
H1.HeaderClassName
{
color: #DF303A;
}
.AnyTagClassName
{
color: #DF303A;
}
</style>
background-color css
<style>
a { background-color: #DF303A; }
a { background-color: rgb(223,48,58); }
div.DivClassName
{
background-color: #DF303A;
}
.BgClassName
{
background-color: #DF303A;
}
</style>
border-color css
<style>
span { border-color: #DF303A; }
span { border-color: rgb(223,48,58); }
td.TdClassName
{
border-color: #DF303A;
}
.TagClassName
{
border-color: #DF303A;
}
</style>