Shades of Alizarin #DF353E
Tints of Alizarin #DF353E
RGB
CMYK
RGB Variations
Color information
#DF353E (or 0xDF353E) is known color: Alizarin. HEX triplet: DF, 35 and 3E. RGB value is (223,53,62). Sum of RGB (Red+Green+Blue) = 223+53+62=338 (44% of max value = 765). Red value is 223 (87.5% from 255 or 65.98% from 338); Green value is 53 (21.09% from 255 or 15.68% from 338); Blue value is 62 (24.61% from 255 or 18.34% from 338); Max value from RGB is 223 - color contains mainly: red. Hex color #DF353E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF353E is #20CAC1. Grayscale: #686868. Windows color (decimal): -2149058 or 4077023. OLE color: 4077023.
HSL color Cylindrical-coordinate representation of color #DF353E: hue angle of 356.82º 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 #DF353E is Cyan = 0, Magento = 0.76, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 53 | 62 | - |
| CMYK | 0 | 0.76 | 0.72 | 0.13 |
| HSL | 356.82º | 0.73% | 0.54% | - |
| HSV(B) | 356.82º | 0.76% | 0.87% | - |
| XYZ | 32.57 | 18.58 | 6.43 | - |
| YUV | 104.86 | 103.82 | 212.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 53 | 62 | 0 | 0.76 | 0.72 | 0.13 | 356.82 | 0.73 | 0.54 |
| Hex | DF | 35 | 3E | 0 | 4C | 48 | D | 165 | 49 | 36 |
| Octal | 337 | 65 | 76 | 0 | 114 | 110 | 15 | 545 | 111 | 66 |
| Binary | 11011111 | 110101 | 111110 | 0 | 1001100 | 1001000 | 1101 | 101100101 | 1001001 | 110110 |
Color Harmonies of #DF353E
Complementary color
Monochromatic Colors of #DF353E
Black with #DF353E
Text Example
Text Example
White with #DF353E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF353E; }
p { color: rgb(223,53,62); }
H1.HeaderClassName
{
color: #DF353E;
}
.AnyTagClassName
{
color: #DF353E;
}
</style>
background-color css
<style>
a { background-color: #DF353E; }
a { background-color: rgb(223,53,62); }
div.DivClassName
{
background-color: #DF353E;
}
.BgClassName
{
background-color: #DF353E;
}
</style>
border-color css
<style>
span { border-color: #DF353E; }
span { border-color: rgb(223,53,62); }
td.TdClassName
{
border-color: #DF353E;
}
.TagClassName
{
border-color: #DF353E;
}
</style>