Shades of Alizarin #DF343B
Tints of Alizarin #DF343B
RGB
CMYK
RGB Variations
Color information
#DF343B (or 0xDF343B) is known color: Alizarin. HEX triplet: DF, 34 and 3B. RGB value is (223,52,59). Sum of RGB (Red+Green+Blue) = 223+52+59=334 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.77% from 334); Green value is 52 (20.70% from 255 or 15.57% from 334); Blue value is 59 (23.44% from 255 or 17.66% from 334); Max value from RGB is 223 - color contains mainly: red. Hex color #DF343B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF343B is #20CBC4. Grayscale: #686868. Windows color (decimal): -2149317 or 3880159. OLE color: 3880159.
HSL color Cylindrical-coordinate representation of color #DF343B: hue angle of 357.54º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DF343B is Cyan = 0, Magento = 0.77, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 52 | 59 | - |
| CMYK | 0 | 0.77 | 0.74 | 0.13 |
| HSL | 357.54º | 0.73% | 0.54% | - |
| HSV(B) | 357.54º | 0.77% | 0.87% | - |
| XYZ | 32.45 | 18.46 | 5.99 | - |
| YUV | 103.93 | 102.65 | 212.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 52 | 59 | 0 | 0.77 | 0.74 | 0.13 | 357.54 | 0.73 | 0.54 |
| Hex | DF | 34 | 3B | 0 | 4D | 4A | D | 166 | 49 | 36 |
| Octal | 337 | 64 | 73 | 0 | 115 | 112 | 15 | 546 | 111 | 66 |
| Binary | 11011111 | 110100 | 111011 | 0 | 1001101 | 1001010 | 1101 | 101100110 | 1001001 | 110110 |
Color Harmonies of #DF343B
Complementary color
Monochromatic Colors of #DF343B
Black with #DF343B
Text Example
Text Example
White with #DF343B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF343B; }
p { color: rgb(223,52,59); }
H1.HeaderClassName
{
color: #DF343B;
}
.AnyTagClassName
{
color: #DF343B;
}
</style>
background-color css
<style>
a { background-color: #DF343B; }
a { background-color: rgb(223,52,59); }
div.DivClassName
{
background-color: #DF343B;
}
.BgClassName
{
background-color: #DF343B;
}
</style>
border-color css
<style>
span { border-color: #DF343B; }
span { border-color: rgb(223,52,59); }
td.TdClassName
{
border-color: #DF343B;
}
.TagClassName
{
border-color: #DF343B;
}
</style>