Shades of Alizarin #DF353D
Tints of Alizarin #DF353D
RGB
CMYK
RGB Variations
Color information
#DF353D (or 0xDF353D) is known color: Alizarin. HEX triplet: DF, 35 and 3D. RGB value is (223,53,61). Sum of RGB (Red+Green+Blue) = 223+53+61=337 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.17% from 337); Green value is 53 (21.09% from 255 or 15.73% from 337); Blue value is 61 (24.22% from 255 or 18.10% from 337); Max value from RGB is 223 - color contains mainly: red. Hex color #DF353D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF353D is #20CAC2. Grayscale: #686868. Windows color (decimal): -2149059 or 4011487. OLE color: 4011487.
HSL color Cylindrical-coordinate representation of color #DF353D: hue angle of 357.18º 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 #DF353D is Cyan = 0, Magento = 0.76, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 53 | 61 | - |
| CMYK | 0 | 0.76 | 0.73 | 0.13 |
| HSL | 357.18º | 0.73% | 0.54% | - |
| HSV(B) | 357.18º | 0.76% | 0.87% | - |
| XYZ | 32.55 | 18.57 | 6.28 | - |
| YUV | 104.74 | 103.32 | 212.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 53 | 61 | 0 | 0.76 | 0.73 | 0.13 | 357.18 | 0.73 | 0.54 |
| Hex | DF | 35 | 3D | 0 | 4C | 49 | D | 165 | 49 | 36 |
| Octal | 337 | 65 | 75 | 0 | 114 | 111 | 15 | 545 | 111 | 66 |
| Binary | 11011111 | 110101 | 111101 | 0 | 1001100 | 1001001 | 1101 | 101100101 | 1001001 | 110110 |
Color Harmonies of #DF353D
Complementary color
Monochromatic Colors of #DF353D
Black with #DF353D
Text Example
Text Example
White with #DF353D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF353D; }
p { color: rgb(223,53,61); }
H1.HeaderClassName
{
color: #DF353D;
}
.AnyTagClassName
{
color: #DF353D;
}
</style>
background-color css
<style>
a { background-color: #DF353D; }
a { background-color: rgb(223,53,61); }
div.DivClassName
{
background-color: #DF353D;
}
.BgClassName
{
background-color: #DF353D;
}
</style>
border-color css
<style>
span { border-color: #DF353D; }
span { border-color: rgb(223,53,61); }
td.TdClassName
{
border-color: #DF353D;
}
.TagClassName
{
border-color: #DF353D;
}
</style>