Shades of Alizarin #DC2728
Tints of Alizarin #DC2728
RGB
CMYK
RGB Variations
Color information
#DC2728 (or 0xDC2728) is known color: Alizarin. HEX triplet: DC, 27 and 28. RGB value is (220,39,40). Sum of RGB (Red+Green+Blue) = 220+39+40=299 (39% of max value = 765). Red value is 220 (86.33% from 255 or 73.58% from 299); Green value is 39 (15.62% from 255 or 13.04% from 299); Blue value is 40 (16.02% from 255 or 13.38% from 299); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2728 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2728 is #23D8D7. Grayscale: #5D5D5D. Windows color (decimal): -2349272 or 2631644. OLE color: 2631644.
HSL color Cylindrical-coordinate representation of color #DC2728: hue angle of 359.67º 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 #DC2728 is Cyan = 0, Magento = 0.82, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 39 | 40 | - |
| CMYK | 0 | 0.82 | 0.82 | 0.14 |
| HSL | 359.67º | 0.72% | 0.51% | - |
| HSV(B) | 359.67º | 0.82% | 0.86% | - |
| XYZ | 30.62 | 16.82 | 3.64 | - |
| YUV | 93.23 | 97.97 | 218.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 39 | 40 | 0 | 0.82 | 0.82 | 0.14 | 359.67 | 0.72 | 0.51 |
| Hex | DC | 27 | 28 | 0 | 52 | 52 | E | 168 | 48 | 33 |
| Octal | 334 | 47 | 50 | 0 | 122 | 122 | 16 | 550 | 110 | 63 |
| Binary | 11011100 | 100111 | 101000 | 0 | 1010010 | 1010010 | 1110 | 101101000 | 1001000 | 110011 |
Color Harmonies of #DC2728
Complementary color
Monochromatic Colors of #DC2728
Black with #DC2728
Text Example
Text Example
White with #DC2728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2728; }
p { color: rgb(220,39,40); }
H1.HeaderClassName
{
color: #DC2728;
}
.AnyTagClassName
{
color: #DC2728;
}
</style>
background-color css
<style>
a { background-color: #DC2728; }
a { background-color: rgb(220,39,40); }
div.DivClassName
{
background-color: #DC2728;
}
.BgClassName
{
background-color: #DC2728;
}
</style>
border-color css
<style>
span { border-color: #DC2728; }
span { border-color: rgb(220,39,40); }
td.TdClassName
{
border-color: #DC2728;
}
.TagClassName
{
border-color: #DC2728;
}
</style>