Shades of Alizarin #DF343E
Tints of Alizarin #DF343E
RGB
CMYK
RGB Variations
Color information
#DF343E (or 0xDF343E) is known color: Alizarin. HEX triplet: DF, 34 and 3E. RGB value is (223,52,62). Sum of RGB (Red+Green+Blue) = 223+52+62=337 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.17% from 337); Green value is 52 (20.70% from 255 or 15.43% from 337); Blue value is 62 (24.61% from 255 or 18.40% from 337); Max value from RGB is 223 - color contains mainly: red. Hex color #DF343E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF343E is #20CBC1. Grayscale: #686868. Windows color (decimal): -2149314 or 4076767. OLE color: 4076767.
HSL color Cylindrical-coordinate representation of color #DF343E: hue angle of 356.49º 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 #DF343E is Cyan = 0, Magento = 0.77, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 52 | 62 | - |
| CMYK | 0 | 0.77 | 0.72 | 0.13 |
| HSL | 356.49º | 0.73% | 0.54% | - |
| HSV(B) | 356.49º | 0.77% | 0.87% | - |
| XYZ | 32.53 | 18.49 | 6.41 | - |
| YUV | 104.27 | 104.15 | 212.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 52 | 62 | 0 | 0.77 | 0.72 | 0.13 | 356.49 | 0.73 | 0.54 |
| Hex | DF | 34 | 3E | 0 | 4D | 48 | D | 164 | 49 | 36 |
| Octal | 337 | 64 | 76 | 0 | 115 | 110 | 15 | 544 | 111 | 66 |
| Binary | 11011111 | 110100 | 111110 | 0 | 1001101 | 1001000 | 1101 | 101100100 | 1001001 | 110110 |
Color Harmonies of #DF343E
Complementary color
Monochromatic Colors of #DF343E
Black with #DF343E
Text Example
Text Example
White with #DF343E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF343E; }
p { color: rgb(223,52,62); }
H1.HeaderClassName
{
color: #DF343E;
}
.AnyTagClassName
{
color: #DF343E;
}
</style>
background-color css
<style>
a { background-color: #DF343E; }
a { background-color: rgb(223,52,62); }
div.DivClassName
{
background-color: #DF343E;
}
.BgClassName
{
background-color: #DF343E;
}
</style>
border-color css
<style>
span { border-color: #DF343E; }
span { border-color: rgb(223,52,62); }
td.TdClassName
{
border-color: #DF343E;
}
.TagClassName
{
border-color: #DF343E;
}
</style>