Shades of Alizarin #DC2427
Tints of Alizarin #DC2427
RGB
CMYK
RGB Variations
Color information
#DC2427 (or 0xDC2427) is known color: Alizarin. HEX triplet: DC, 24 and 27. RGB value is (220,36,39). Sum of RGB (Red+Green+Blue) = 220+36+39=295 (39% of max value = 765). Red value is 220 (86.33% from 255 or 74.58% from 295); Green value is 36 (14.45% from 255 or 12.20% from 295); Blue value is 39 (15.62% from 255 or 13.22% from 295); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2427 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2427 is #23DBD8. Grayscale: #5B5B5B. Windows color (decimal): -2350041 or 2565340. OLE color: 2565340.
HSL color Cylindrical-coordinate representation of color #DC2427: hue angle of 359.02º 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 #DC2427 is Cyan = 0, Magento = 0.84, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 36 | 39 | - |
| CMYK | 0 | 0.84 | 0.82 | 0.14 |
| HSL | 359.02º | 0.72% | 0.5% | - |
| HSV(B) | 359.02º | 0.84% | 0.86% | - |
| XYZ | 30.51 | 16.62 | 3.52 | - |
| YUV | 91.36 | 98.46 | 219.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 36 | 39 | 0 | 0.84 | 0.82 | 0.14 | 359.02 | 0.72 | 0.5 |
| Hex | DC | 24 | 27 | 0 | 54 | 52 | E | 167 | 48 | 32 |
| Octal | 334 | 44 | 47 | 0 | 124 | 122 | 16 | 547 | 110 | 62 |
| Binary | 11011100 | 100100 | 100111 | 0 | 1010100 | 1010010 | 1110 | 101100111 | 1001000 | 110010 |
Color Harmonies of #DC2427
Complementary color
Monochromatic Colors of #DC2427
Black with #DC2427
Text Example
Text Example
White with #DC2427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2427; }
p { color: rgb(220,36,39); }
H1.HeaderClassName
{
color: #DC2427;
}
.AnyTagClassName
{
color: #DC2427;
}
</style>
background-color css
<style>
a { background-color: #DC2427; }
a { background-color: rgb(220,36,39); }
div.DivClassName
{
background-color: #DC2427;
}
.BgClassName
{
background-color: #DC2427;
}
</style>
border-color css
<style>
span { border-color: #DC2427; }
span { border-color: rgb(220,36,39); }
td.TdClassName
{
border-color: #DC2427;
}
.TagClassName
{
border-color: #DC2427;
}
</style>