Shades of Alizarin #DC3437
Tints of Alizarin #DC3437
RGB
CMYK
RGB Variations
Color information
#DC3437 (or 0xDC3437) is known color: Alizarin. HEX triplet: DC, 34 and 37. RGB value is (220,52,55). Sum of RGB (Red+Green+Blue) = 220+52+55=327 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.28% from 327); Green value is 52 (20.70% from 255 or 15.90% from 327); Blue value is 55 (21.88% from 255 or 16.82% from 327); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3437 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3437 is #23CBC8. Grayscale: #666666. Windows color (decimal): -2345929 or 3618012. OLE color: 3618012.
HSL color Cylindrical-coordinate representation of color #DC3437: hue angle of 358.93º 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 #DC3437 is Cyan = 0, Magento = 0.76, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 52 | 55 | - |
| CMYK | 0 | 0.76 | 0.75 | 0.14 |
| HSL | 358.93º | 0.71% | 0.53% | - |
| HSV(B) | 358.93º | 0.76% | 0.86% | - |
| XYZ | 31.43 | 17.95 | 5.42 | - |
| YUV | 102.57 | 101.16 | 211.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 52 | 55 | 0 | 0.76 | 0.75 | 0.14 | 358.93 | 0.71 | 0.53 |
| Hex | DC | 34 | 37 | 0 | 4C | 4B | E | 167 | 47 | 35 |
| Octal | 334 | 64 | 67 | 0 | 114 | 113 | 16 | 547 | 107 | 65 |
| Binary | 11011100 | 110100 | 110111 | 0 | 1001100 | 1001011 | 1110 | 101100111 | 1000111 | 110101 |
Color Harmonies of #DC3437
Complementary color
Monochromatic Colors of #DC3437
Black with #DC3437
Text Example
Text Example
White with #DC3437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3437; }
p { color: rgb(220,52,55); }
H1.HeaderClassName
{
color: #DC3437;
}
.AnyTagClassName
{
color: #DC3437;
}
</style>
background-color css
<style>
a { background-color: #DC3437; }
a { background-color: rgb(220,52,55); }
div.DivClassName
{
background-color: #DC3437;
}
.BgClassName
{
background-color: #DC3437;
}
</style>
border-color css
<style>
span { border-color: #DC3437; }
span { border-color: rgb(220,52,55); }
td.TdClassName
{
border-color: #DC3437;
}
.TagClassName
{
border-color: #DC3437;
}
</style>