Shades of Alizarin #DF343C
Tints of Alizarin #DF343C
RGB
CMYK
RGB Variations
Color information
#DF343C (or 0xDF343C) is known color: Alizarin. HEX triplet: DF, 34 and 3C. RGB value is (223,52,60). Sum of RGB (Red+Green+Blue) = 223+52+60=335 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.57% from 335); Green value is 52 (20.70% from 255 or 15.52% from 335); Blue value is 60 (23.83% from 255 or 17.91% from 335); Max value from RGB is 223 - color contains mainly: red. Hex color #DF343C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF343C is #20CBC3. Grayscale: #686868. Windows color (decimal): -2149316 or 3945695. OLE color: 3945695.
HSL color Cylindrical-coordinate representation of color #DF343C: hue angle of 357.19º 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 #DF343C is Cyan = 0, Magento = 0.77, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 52 | 60 | - |
| CMYK | 0 | 0.77 | 0.73 | 0.13 |
| HSL | 357.19º | 0.73% | 0.54% | - |
| HSV(B) | 357.19º | 0.77% | 0.87% | - |
| XYZ | 32.48 | 18.47 | 6.13 | - |
| YUV | 104.04 | 103.15 | 212.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 52 | 60 | 0 | 0.77 | 0.73 | 0.13 | 357.19 | 0.73 | 0.54 |
| Hex | DF | 34 | 3C | 0 | 4D | 49 | D | 165 | 49 | 36 |
| Octal | 337 | 64 | 74 | 0 | 115 | 111 | 15 | 545 | 111 | 66 |
| Binary | 11011111 | 110100 | 111100 | 0 | 1001101 | 1001001 | 1101 | 101100101 | 1001001 | 110110 |
Color Harmonies of #DF343C
Complementary color
Monochromatic Colors of #DF343C
Black with #DF343C
Text Example
Text Example
White with #DF343C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF343C; }
p { color: rgb(223,52,60); }
H1.HeaderClassName
{
color: #DF343C;
}
.AnyTagClassName
{
color: #DF343C;
}
</style>
background-color css
<style>
a { background-color: #DF343C; }
a { background-color: rgb(223,52,60); }
div.DivClassName
{
background-color: #DF343C;
}
.BgClassName
{
background-color: #DF343C;
}
</style>
border-color css
<style>
span { border-color: #DF343C; }
span { border-color: rgb(223,52,60); }
td.TdClassName
{
border-color: #DF343C;
}
.TagClassName
{
border-color: #DF343C;
}
</style>