Shades of Alizarin #DC373E
Tints of Alizarin #DC373E
RGB
CMYK
RGB Variations
Color information
#DC373E (or 0xDC373E) is known color: Alizarin. HEX triplet: DC, 37 and 3E. RGB value is (220,55,62). Sum of RGB (Red+Green+Blue) = 220+55+62=337 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.28% from 337); Green value is 55 (21.88% from 255 or 16.32% from 337); Blue value is 62 (24.61% from 255 or 18.40% from 337); Max value from RGB is 220 - color contains mainly: red. Hex color #DC373E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC373E is #23C8C1. Grayscale: #696969. Windows color (decimal): -2345154 or 4077532. OLE color: 4077532.
HSL color Cylindrical-coordinate representation of color #DC373E: hue angle of 357.45º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DC373E is Cyan = 0, Magento = 0.75, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 55 | 62 | - |
| CMYK | 0 | 0.75 | 0.72 | 0.14 |
| HSL | 357.45º | 0.7% | 0.54% | - |
| HSV(B) | 357.45º | 0.75% | 0.86% | - |
| XYZ | 31.75 | 18.3 | 6.42 | - |
| YUV | 105.13 | 103.66 | 209.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 55 | 62 | 0 | 0.75 | 0.72 | 0.14 | 357.45 | 0.7 | 0.54 |
| Hex | DC | 37 | 3E | 0 | 4B | 48 | E | 165 | 46 | 36 |
| Octal | 334 | 67 | 76 | 0 | 113 | 110 | 16 | 545 | 106 | 66 |
| Binary | 11011100 | 110111 | 111110 | 0 | 1001011 | 1001000 | 1110 | 101100101 | 1000110 | 110110 |
Color Harmonies of #DC373E
Complementary color
Monochromatic Colors of #DC373E
Black with #DC373E
Text Example
Text Example
White with #DC373E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC373E; }
p { color: rgb(220,55,62); }
H1.HeaderClassName
{
color: #DC373E;
}
.AnyTagClassName
{
color: #DC373E;
}
</style>
background-color css
<style>
a { background-color: #DC373E; }
a { background-color: rgb(220,55,62); }
div.DivClassName
{
background-color: #DC373E;
}
.BgClassName
{
background-color: #DC373E;
}
</style>
border-color css
<style>
span { border-color: #DC373E; }
span { border-color: rgb(220,55,62); }
td.TdClassName
{
border-color: #DC373E;
}
.TagClassName
{
border-color: #DC373E;
}
</style>