Shades of Alizarin #DC343E
Tints of Alizarin #DC343E
RGB
CMYK
RGB Variations
Color information
#DC343E (or 0xDC343E) is known color: Alizarin. HEX triplet: DC, 34 and 3E. RGB value is (220,52,62). Sum of RGB (Red+Green+Blue) = 220+52+62=334 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.87% from 334); Green value is 52 (20.70% from 255 or 15.57% from 334); Blue value is 62 (24.61% from 255 or 18.56% from 334); Max value from RGB is 220 - color contains mainly: red. Hex color #DC343E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC343E is #23CBC1. Grayscale: #676767. Windows color (decimal): -2345922 or 4076764. OLE color: 4076764.
HSL color Cylindrical-coordinate representation of color #DC343E: hue angle of 356.43º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DC343E is Cyan = 0, Magento = 0.76, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 52 | 62 | - |
| CMYK | 0 | 0.76 | 0.72 | 0.14 |
| HSL | 356.43º | 0.71% | 0.53% | - |
| HSV(B) | 356.43º | 0.76% | 0.86% | - |
| XYZ | 31.61 | 18.02 | 6.37 | - |
| YUV | 103.37 | 104.66 | 211.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 52 | 62 | 0 | 0.76 | 0.72 | 0.14 | 356.43 | 0.71 | 0.53 |
| Hex | DC | 34 | 3E | 0 | 4C | 48 | E | 164 | 47 | 35 |
| Octal | 334 | 64 | 76 | 0 | 114 | 110 | 16 | 544 | 107 | 65 |
| Binary | 11011100 | 110100 | 111110 | 0 | 1001100 | 1001000 | 1110 | 101100100 | 1000111 | 110101 |
Color Harmonies of #DC343E
Complementary color
Monochromatic Colors of #DC343E
Black with #DC343E
Text Example
Text Example
White with #DC343E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC343E; }
p { color: rgb(220,52,62); }
H1.HeaderClassName
{
color: #DC343E;
}
.AnyTagClassName
{
color: #DC343E;
}
</style>
background-color css
<style>
a { background-color: #DC343E; }
a { background-color: rgb(220,52,62); }
div.DivClassName
{
background-color: #DC343E;
}
.BgClassName
{
background-color: #DC343E;
}
</style>
border-color css
<style>
span { border-color: #DC343E; }
span { border-color: rgb(220,52,62); }
td.TdClassName
{
border-color: #DC343E;
}
.TagClassName
{
border-color: #DC343E;
}
</style>