Shades of Alizarin #DC343B
Tints of Alizarin #DC343B
RGB
CMYK
RGB Variations
Color information
#DC343B (or 0xDC343B) is known color: Alizarin. HEX triplet: DC, 34 and 3B. RGB value is (220,52,59). Sum of RGB (Red+Green+Blue) = 220+52+59=331 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.47% from 331); Green value is 52 (20.70% from 255 or 15.71% from 331); Blue value is 59 (23.44% from 255 or 17.82% from 331); Max value from RGB is 220 - color contains mainly: red. Hex color #DC343B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC343B is #23CBC4. Grayscale: #676767. Windows color (decimal): -2345925 or 3880156. OLE color: 3880156.
HSL color Cylindrical-coordinate representation of color #DC343B: hue angle of 357.5º 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 #DC343B is Cyan = 0, Magento = 0.76, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 52 | 59 | - |
| CMYK | 0 | 0.76 | 0.73 | 0.14 |
| HSL | 357.5º | 0.71% | 0.53% | - |
| HSV(B) | 357.5º | 0.76% | 0.86% | - |
| XYZ | 31.53 | 17.99 | 5.95 | - |
| YUV | 103.03 | 103.16 | 211.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 52 | 59 | 0 | 0.76 | 0.73 | 0.14 | 357.5 | 0.71 | 0.53 |
| Hex | DC | 34 | 3B | 0 | 4C | 49 | E | 166 | 47 | 35 |
| Octal | 334 | 64 | 73 | 0 | 114 | 111 | 16 | 546 | 107 | 65 |
| Binary | 11011100 | 110100 | 111011 | 0 | 1001100 | 1001001 | 1110 | 101100110 | 1000111 | 110101 |
Color Harmonies of #DC343B
Complementary color
Monochromatic Colors of #DC343B
Black with #DC343B
Text Example
Text Example
White with #DC343B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC343B; }
p { color: rgb(220,52,59); }
H1.HeaderClassName
{
color: #DC343B;
}
.AnyTagClassName
{
color: #DC343B;
}
</style>
background-color css
<style>
a { background-color: #DC343B; }
a { background-color: rgb(220,52,59); }
div.DivClassName
{
background-color: #DC343B;
}
.BgClassName
{
background-color: #DC343B;
}
</style>
border-color css
<style>
span { border-color: #DC343B; }
span { border-color: rgb(220,52,59); }
td.TdClassName
{
border-color: #DC343B;
}
.TagClassName
{
border-color: #DC343B;
}
</style>