Shades of Alizarin #DF303D
Tints of Alizarin #DF303D
RGB
CMYK
RGB Variations
Color information
#DF303D (or 0xDF303D) is known color: Alizarin. HEX triplet: DF, 30 and 3D. RGB value is (223,48,61). Sum of RGB (Red+Green+Blue) = 223+48+61=332 (43% of max value = 765). Red value is 223 (87.5% from 255 or 67.17% from 332); Green value is 48 (19.14% from 255 or 14.46% from 332); Blue value is 61 (24.22% from 255 or 18.37% from 332); Max value from RGB is 223 - color contains mainly: red. Hex color #DF303D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF303D is #20CFC2. Grayscale: #656565. Windows color (decimal): -2150339 or 4010207. OLE color: 4010207.
HSL color Cylindrical-coordinate representation of color #DF303D: hue angle of 355.54º 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 #DF303D is Cyan = 0, Magento = 0.78, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 48 | 61 | - |
| CMYK | 0 | 0.78 | 0.73 | 0.13 |
| HSL | 355.54º | 0.73% | 0.53% | - |
| HSV(B) | 355.54º | 0.78% | 0.87% | - |
| XYZ | 32.33 | 18.14 | 6.21 | - |
| YUV | 101.81 | 104.98 | 214.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 48 | 61 | 0 | 0.78 | 0.73 | 0.13 | 355.54 | 0.73 | 0.53 |
| Hex | DF | 30 | 3D | 0 | 4E | 49 | D | 164 | 49 | 35 |
| Octal | 337 | 60 | 75 | 0 | 116 | 111 | 15 | 544 | 111 | 65 |
| Binary | 11011111 | 110000 | 111101 | 0 | 1001110 | 1001001 | 1101 | 101100100 | 1001001 | 110101 |
Color Harmonies of #DF303D
Complementary color
Monochromatic Colors of #DF303D
Black with #DF303D
Text Example
Text Example
White with #DF303D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF303D; }
p { color: rgb(223,48,61); }
H1.HeaderClassName
{
color: #DF303D;
}
.AnyTagClassName
{
color: #DF303D;
}
</style>
background-color css
<style>
a { background-color: #DF303D; }
a { background-color: rgb(223,48,61); }
div.DivClassName
{
background-color: #DF303D;
}
.BgClassName
{
background-color: #DF303D;
}
</style>
border-color css
<style>
span { border-color: #DF303D; }
span { border-color: rgb(223,48,61); }
td.TdClassName
{
border-color: #DF303D;
}
.TagClassName
{
border-color: #DF303D;
}
</style>