Shades of Alizarin #DC232D
Tints of Alizarin #DC232D
RGB
CMYK
RGB Variations
Color information
#DC232D (or 0xDC232D) is known color: Alizarin. HEX triplet: DC, 23 and 2D. RGB value is (220,35,45). Sum of RGB (Red+Green+Blue) = 220+35+45=300 (39% of max value = 765). Red value is 220 (86.33% from 255 or 73.33% from 300); Green value is 35 (14.06% from 255 or 11.67% from 300); Blue value is 45 (17.97% from 255 or 15% from 300); Max value from RGB is 220 - color contains mainly: red. Hex color #DC232D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC232D is #23DCD2. Grayscale: #5B5B5B. Windows color (decimal): -2350291 or 2958300. OLE color: 2958300.
HSL color Cylindrical-coordinate representation of color #DC232D: hue angle of 356.76º 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 #DC232D is Cyan = 0, Magento = 0.84, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 35 | 45 | - |
| CMYK | 0 | 0.84 | 0.80 | 0.14 |
| HSL | 356.76º | 0.73% | 0.5% | - |
| HSV(B) | 356.76º | 0.84% | 0.86% | - |
| XYZ | 30.59 | 16.61 | 4.08 | - |
| YUV | 91.46 | 101.79 | 219.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 35 | 45 | 0 | 0.84 | 0.80 | 0.14 | 356.76 | 0.73 | 0.5 |
| Hex | DC | 23 | 2D | 0 | 54 | 50 | E | 165 | 49 | 32 |
| Octal | 334 | 43 | 55 | 0 | 124 | 120 | 16 | 545 | 111 | 62 |
| Binary | 11011100 | 100011 | 101101 | 0 | 1010100 | 1010000 | 1110 | 101100101 | 1001001 | 110010 |
Color Harmonies of #DC232D
Complementary color
Monochromatic Colors of #DC232D
Black with #DC232D
Text Example
Text Example
White with #DC232D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC232D; }
p { color: rgb(220,35,45); }
H1.HeaderClassName
{
color: #DC232D;
}
.AnyTagClassName
{
color: #DC232D;
}
</style>
background-color css
<style>
a { background-color: #DC232D; }
a { background-color: rgb(220,35,45); }
div.DivClassName
{
background-color: #DC232D;
}
.BgClassName
{
background-color: #DC232D;
}
</style>
border-color css
<style>
span { border-color: #DC232D; }
span { border-color: rgb(220,35,45); }
td.TdClassName
{
border-color: #DC232D;
}
.TagClassName
{
border-color: #DC232D;
}
</style>