Shades of Alizarin #DF343A
Tints of Alizarin #DF343A
RGB
CMYK
RGB Variations
Color information
#DF343A (or 0xDF343A) is known color: Alizarin. HEX triplet: DF, 34 and 3A. RGB value is (223,52,58). Sum of RGB (Red+Green+Blue) = 223+52+58=333 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.97% from 333); Green value is 52 (20.70% from 255 or 15.62% from 333); Blue value is 58 (23.05% from 255 or 17.42% from 333); Max value from RGB is 223 - color contains mainly: red. Hex color #DF343A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF343A is #20CBC5. Grayscale: #676767. Windows color (decimal): -2149318 or 3814623. OLE color: 3814623.
HSL color Cylindrical-coordinate representation of color #DF343A: hue angle of 357.89º 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 #DF343A is Cyan = 0, Magento = 0.77, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 52 | 58 | - |
| CMYK | 0 | 0.77 | 0.74 | 0.13 |
| HSL | 357.89º | 0.73% | 0.54% | - |
| HSV(B) | 357.89º | 0.77% | 0.87% | - |
| XYZ | 32.42 | 18.45 | 5.86 | - |
| YUV | 103.81 | 102.15 | 213.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 52 | 58 | 0 | 0.77 | 0.74 | 0.13 | 357.89 | 0.73 | 0.54 |
| Hex | DF | 34 | 3A | 0 | 4D | 4A | D | 166 | 49 | 36 |
| Octal | 337 | 64 | 72 | 0 | 115 | 112 | 15 | 546 | 111 | 66 |
| Binary | 11011111 | 110100 | 111010 | 0 | 1001101 | 1001010 | 1101 | 101100110 | 1001001 | 110110 |
Color Harmonies of #DF343A
Complementary color
Monochromatic Colors of #DF343A
Black with #DF343A
Text Example
Text Example
White with #DF343A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF343A; }
p { color: rgb(223,52,58); }
H1.HeaderClassName
{
color: #DF343A;
}
.AnyTagClassName
{
color: #DF343A;
}
</style>
background-color css
<style>
a { background-color: #DF343A; }
a { background-color: rgb(223,52,58); }
div.DivClassName
{
background-color: #DF343A;
}
.BgClassName
{
background-color: #DF343A;
}
</style>
border-color css
<style>
span { border-color: #DF343A; }
span { border-color: rgb(223,52,58); }
td.TdClassName
{
border-color: #DF343A;
}
.TagClassName
{
border-color: #DF343A;
}
</style>