Shades of Alizarin #DC2A37
Tints of Alizarin #DC2A37
RGB
CMYK
RGB Variations
Color information
#DC2A37 (or 0xDC2A37) is known color: Alizarin. HEX triplet: DC, 2A and 37. RGB value is (220,42,55). Sum of RGB (Red+Green+Blue) = 220+42+55=317 (41% of max value = 765). Red value is 220 (86.33% from 255 or 69.40% from 317); Green value is 42 (16.80% from 255 or 13.25% from 317); Blue value is 55 (21.88% from 255 or 17.35% from 317); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2A37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2A37 is #23D5C8. Grayscale: #606060. Windows color (decimal): -2348489 or 3615452. OLE color: 3615452.
HSL color Cylindrical-coordinate representation of color #DC2A37: hue angle of 355.62º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DC2A37 is Cyan = 0, Magento = 0.81, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 42 | 55 | - |
| CMYK | 0 | 0.81 | 0.75 | 0.14 |
| HSL | 355.62º | 0.72% | 0.51% | - |
| HSV(B) | 355.62º | 0.81% | 0.86% | - |
| XYZ | 31.03 | 17.15 | 5.29 | - |
| YUV | 96.7 | 104.47 | 215.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 42 | 55 | 0 | 0.81 | 0.75 | 0.14 | 355.62 | 0.72 | 0.51 |
| Hex | DC | 2A | 37 | 0 | 51 | 4B | E | 164 | 48 | 33 |
| Octal | 334 | 52 | 67 | 0 | 121 | 113 | 16 | 544 | 110 | 63 |
| Binary | 11011100 | 101010 | 110111 | 0 | 1010001 | 1001011 | 1110 | 101100100 | 1001000 | 110011 |
Color Harmonies of #DC2A37
Complementary color
Monochromatic Colors of #DC2A37
Black with #DC2A37
Text Example
Text Example
White with #DC2A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2A37; }
p { color: rgb(220,42,55); }
H1.HeaderClassName
{
color: #DC2A37;
}
.AnyTagClassName
{
color: #DC2A37;
}
</style>
background-color css
<style>
a { background-color: #DC2A37; }
a { background-color: rgb(220,42,55); }
div.DivClassName
{
background-color: #DC2A37;
}
.BgClassName
{
background-color: #DC2A37;
}
</style>
border-color css
<style>
span { border-color: #DC2A37; }
span { border-color: rgb(220,42,55); }
td.TdClassName
{
border-color: #DC2A37;
}
.TagClassName
{
border-color: #DC2A37;
}
</style>