Shades of Alizarin #DC343C
Tints of Alizarin #DC343C
RGB
CMYK
RGB Variations
Color information
#DC343C (or 0xDC343C) is known color: Alizarin. HEX triplet: DC, 34 and 3C. RGB value is (220,52,60). Sum of RGB (Red+Green+Blue) = 220+52+60=332 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.27% from 332); Green value is 52 (20.70% from 255 or 15.66% from 332); Blue value is 60 (23.83% from 255 or 18.07% from 332); Max value from RGB is 220 - color contains mainly: red. Hex color #DC343C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC343C is #23CBC3. Grayscale: #676767. Windows color (decimal): -2345924 or 3945692. OLE color: 3945692.
HSL color Cylindrical-coordinate representation of color #DC343C: hue angle of 357.14º 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 #DC343C is Cyan = 0, Magento = 0.76, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 52 | 60 | - |
| CMYK | 0 | 0.76 | 0.73 | 0.14 |
| HSL | 357.14º | 0.71% | 0.53% | - |
| HSV(B) | 357.14º | 0.76% | 0.86% | - |
| XYZ | 31.56 | 18 | 6.09 | - |
| YUV | 103.14 | 103.66 | 211.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 52 | 60 | 0 | 0.76 | 0.73 | 0.14 | 357.14 | 0.71 | 0.53 |
| Hex | DC | 34 | 3C | 0 | 4C | 49 | E | 165 | 47 | 35 |
| Octal | 334 | 64 | 74 | 0 | 114 | 111 | 16 | 545 | 107 | 65 |
| Binary | 11011100 | 110100 | 111100 | 0 | 1001100 | 1001001 | 1110 | 101100101 | 1000111 | 110101 |
Color Harmonies of #DC343C
Complementary color
Monochromatic Colors of #DC343C
Black with #DC343C
Text Example
Text Example
White with #DC343C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC343C; }
p { color: rgb(220,52,60); }
H1.HeaderClassName
{
color: #DC343C;
}
.AnyTagClassName
{
color: #DC343C;
}
</style>
background-color css
<style>
a { background-color: #DC343C; }
a { background-color: rgb(220,52,60); }
div.DivClassName
{
background-color: #DC343C;
}
.BgClassName
{
background-color: #DC343C;
}
</style>
border-color css
<style>
span { border-color: #DC343C; }
span { border-color: rgb(220,52,60); }
td.TdClassName
{
border-color: #DC343C;
}
.TagClassName
{
border-color: #DC343C;
}
</style>