Shades of Alizarin #DC2428
Tints of Alizarin #DC2428
RGB
CMYK
RGB Variations
Color information
#DC2428 (or 0xDC2428) is known color: Alizarin. HEX triplet: DC, 24 and 28. RGB value is (220,36,40). Sum of RGB (Red+Green+Blue) = 220+36+40=296 (39% of max value = 765). Red value is 220 (86.33% from 255 or 74.32% from 296); Green value is 36 (14.45% from 255 or 12.16% from 296); Blue value is 40 (16.02% from 255 or 13.51% from 296); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2428 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2428 is #23DBD7. Grayscale: #5B5B5B. Windows color (decimal): -2350040 or 2630876. OLE color: 2630876.
HSL color Cylindrical-coordinate representation of color #DC2428: hue angle of 358.7º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DC2428 is Cyan = 0, Magento = 0.84, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 36 | 40 | - |
| CMYK | 0 | 0.84 | 0.82 | 0.14 |
| HSL | 358.7º | 0.72% | 0.5% | - |
| HSV(B) | 358.7º | 0.84% | 0.86% | - |
| XYZ | 30.53 | 16.63 | 3.61 | - |
| YUV | 91.47 | 98.96 | 219.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 36 | 40 | 0 | 0.84 | 0.82 | 0.14 | 358.7 | 0.72 | 0.5 |
| Hex | DC | 24 | 28 | 0 | 54 | 52 | E | 167 | 48 | 32 |
| Octal | 334 | 44 | 50 | 0 | 124 | 122 | 16 | 547 | 110 | 62 |
| Binary | 11011100 | 100100 | 101000 | 0 | 1010100 | 1010010 | 1110 | 101100111 | 1001000 | 110010 |
Color Harmonies of #DC2428
Complementary color
Monochromatic Colors of #DC2428
Black with #DC2428
Text Example
Text Example
White with #DC2428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2428; }
p { color: rgb(220,36,40); }
H1.HeaderClassName
{
color: #DC2428;
}
.AnyTagClassName
{
color: #DC2428;
}
</style>
background-color css
<style>
a { background-color: #DC2428; }
a { background-color: rgb(220,36,40); }
div.DivClassName
{
background-color: #DC2428;
}
.BgClassName
{
background-color: #DC2428;
}
</style>
border-color css
<style>
span { border-color: #DC2428; }
span { border-color: rgb(220,36,40); }
td.TdClassName
{
border-color: #DC2428;
}
.TagClassName
{
border-color: #DC2428;
}
</style>