Shades of Alizarin #DC2327
Tints of Alizarin #DC2327
RGB
CMYK
RGB Variations
Color information
#DC2327 (or 0xDC2327) is known color: Alizarin. HEX triplet: DC, 23 and 27. RGB value is (220,35,39). Sum of RGB (Red+Green+Blue) = 220+35+39=294 (38% of max value = 765). Red value is 220 (86.33% from 255 or 74.83% from 294); Green value is 35 (14.06% from 255 or 11.90% from 294); Blue value is 39 (15.62% from 255 or 13.27% from 294); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2327 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2327 is #23DCD8. Grayscale: #5A5A5A. Windows color (decimal): -2350297 or 2565084. OLE color: 2565084.
HSL color Cylindrical-coordinate representation of color #DC2327: hue angle of 358.7º degrees, saturation: 0.73, 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 #DC2327 is Cyan = 0, Magento = 0.84, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 35 | 39 | - |
| CMYK | 0 | 0.84 | 0.82 | 0.14 |
| HSL | 358.7º | 0.73% | 0.5% | - |
| HSV(B) | 358.7º | 0.84% | 0.86% | - |
| XYZ | 30.48 | 16.56 | 3.51 | - |
| YUV | 90.77 | 98.79 | 220.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 35 | 39 | 0 | 0.84 | 0.82 | 0.14 | 358.7 | 0.73 | 0.5 |
| Hex | DC | 23 | 27 | 0 | 54 | 52 | E | 167 | 49 | 32 |
| Octal | 334 | 43 | 47 | 0 | 124 | 122 | 16 | 547 | 111 | 62 |
| Binary | 11011100 | 100011 | 100111 | 0 | 1010100 | 1010010 | 1110 | 101100111 | 1001001 | 110010 |
Color Harmonies of #DC2327
Complementary color
Monochromatic Colors of #DC2327
Black with #DC2327
Text Example
Text Example
White with #DC2327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2327; }
p { color: rgb(220,35,39); }
H1.HeaderClassName
{
color: #DC2327;
}
.AnyTagClassName
{
color: #DC2327;
}
</style>
background-color css
<style>
a { background-color: #DC2327; }
a { background-color: rgb(220,35,39); }
div.DivClassName
{
background-color: #DC2327;
}
.BgClassName
{
background-color: #DC2327;
}
</style>
border-color css
<style>
span { border-color: #DC2327; }
span { border-color: rgb(220,35,39); }
td.TdClassName
{
border-color: #DC2327;
}
.TagClassName
{
border-color: #DC2327;
}
</style>