Shades of Alizarin #DF353F
Tints of Alizarin #DF353F
RGB
CMYK
RGB Variations
Color information
#DF353F (or 0xDF353F) is known color: Alizarin. HEX triplet: DF, 35 and 3F. RGB value is (223,53,63). Sum of RGB (Red+Green+Blue) = 223+53+63=339 (44% of max value = 765). Red value is 223 (87.5% from 255 or 65.78% from 339); Green value is 53 (21.09% from 255 or 15.63% from 339); Blue value is 63 (25% from 255 or 18.58% from 339); Max value from RGB is 223 - color contains mainly: red. Hex color #DF353F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF353F is #20CAC0. Grayscale: #696969. Windows color (decimal): -2149057 or 4142559. OLE color: 4142559.
HSL color Cylindrical-coordinate representation of color #DF353F: hue angle of 356.47º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DF353F is Cyan = 0, Magento = 0.76, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 53 | 63 | - |
| CMYK | 0 | 0.76 | 0.72 | 0.13 |
| HSL | 356.47º | 0.73% | 0.54% | - |
| HSV(B) | 356.47º | 0.76% | 0.87% | - |
| XYZ | 32.6 | 18.59 | 6.57 | - |
| YUV | 104.97 | 104.32 | 212.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 53 | 63 | 0 | 0.76 | 0.72 | 0.13 | 356.47 | 0.73 | 0.54 |
| Hex | DF | 35 | 3F | 0 | 4C | 48 | D | 164 | 49 | 36 |
| Octal | 337 | 65 | 77 | 0 | 114 | 110 | 15 | 544 | 111 | 66 |
| Binary | 11011111 | 110101 | 111111 | 0 | 1001100 | 1001000 | 1101 | 101100100 | 1001001 | 110110 |
Color Harmonies of #DF353F
Complementary color
Monochromatic Colors of #DF353F
Black with #DF353F
Text Example
Text Example
White with #DF353F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF353F; }
p { color: rgb(223,53,63); }
H1.HeaderClassName
{
color: #DF353F;
}
.AnyTagClassName
{
color: #DF353F;
}
</style>
background-color css
<style>
a { background-color: #DF353F; }
a { background-color: rgb(223,53,63); }
div.DivClassName
{
background-color: #DF353F;
}
.BgClassName
{
background-color: #DF353F;
}
</style>
border-color css
<style>
span { border-color: #DF353F; }
span { border-color: rgb(223,53,63); }
td.TdClassName
{
border-color: #DF353F;
}
.TagClassName
{
border-color: #DF353F;
}
</style>