Shades of Alizarin #DC2736
Tints of Alizarin #DC2736
RGB
CMYK
RGB Variations
Color information
#DC2736 (or 0xDC2736) is known color: Alizarin. HEX triplet: DC, 27 and 36. RGB value is (220,39,54). Sum of RGB (Red+Green+Blue) = 220+39+54=313 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.29% from 313); Green value is 39 (15.62% from 255 or 12.46% from 313); Blue value is 54 (21.48% from 255 or 17.25% from 313); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2736 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2736 is #23D8C9. Grayscale: #5E5E5E. Windows color (decimal): -2349258 or 3549148. OLE color: 3549148.
HSL color Cylindrical-coordinate representation of color #DC2736: hue angle of 355.03º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DC2736 is Cyan = 0, Magento = 0.82, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 39 | 54 | - |
| CMYK | 0 | 0.82 | 0.75 | 0.14 |
| HSL | 355.03º | 0.72% | 0.51% | - |
| HSV(B) | 355.03º | 0.82% | 0.86% | - |
| XYZ | 30.91 | 16.93 | 5.13 | - |
| YUV | 94.83 | 104.97 | 217.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 39 | 54 | 0 | 0.82 | 0.75 | 0.14 | 355.03 | 0.72 | 0.51 |
| Hex | DC | 27 | 36 | 0 | 52 | 4B | E | 163 | 48 | 33 |
| Octal | 334 | 47 | 66 | 0 | 122 | 113 | 16 | 543 | 110 | 63 |
| Binary | 11011100 | 100111 | 110110 | 0 | 1010010 | 1001011 | 1110 | 101100011 | 1001000 | 110011 |
Color Harmonies of #DC2736
Complementary color
Monochromatic Colors of #DC2736
Black with #DC2736
Text Example
Text Example
White with #DC2736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2736; }
p { color: rgb(220,39,54); }
H1.HeaderClassName
{
color: #DC2736;
}
.AnyTagClassName
{
color: #DC2736;
}
</style>
background-color css
<style>
a { background-color: #DC2736; }
a { background-color: rgb(220,39,54); }
div.DivClassName
{
background-color: #DC2736;
}
.BgClassName
{
background-color: #DC2736;
}
</style>
border-color css
<style>
span { border-color: #DC2736; }
span { border-color: rgb(220,39,54); }
td.TdClassName
{
border-color: #DC2736;
}
.TagClassName
{
border-color: #DC2736;
}
</style>