Shades of Alizarin #DC252D
Tints of Alizarin #DC252D
RGB
CMYK
RGB Variations
Color information
#DC252D (or 0xDC252D) is known color: Alizarin. HEX triplet: DC, 25 and 2D. RGB value is (220,37,45). Sum of RGB (Red+Green+Blue) = 220+37+45=302 (40% of max value = 765). Red value is 220 (86.33% from 255 or 72.85% from 302); Green value is 37 (14.84% from 255 or 12.25% from 302); Blue value is 45 (17.97% from 255 or 14.90% from 302); Max value from RGB is 220 - color contains mainly: red. Hex color #DC252D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC252D is #23DAD2. Grayscale: #5C5C5C. Windows color (decimal): -2349779 or 2958812. OLE color: 2958812.
HSL color Cylindrical-coordinate representation of color #DC252D: hue angle of 357.38º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DC252D is Cyan = 0, Magento = 0.83, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 37 | 45 | - |
| CMYK | 0 | 0.83 | 0.80 | 0.14 |
| HSL | 357.38º | 0.72% | 0.5% | - |
| HSV(B) | 357.38º | 0.83% | 0.86% | - |
| XYZ | 30.65 | 16.73 | 4.1 | - |
| YUV | 92.63 | 101.13 | 218.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 37 | 45 | 0 | 0.83 | 0.80 | 0.14 | 357.38 | 0.72 | 0.5 |
| Hex | DC | 25 | 2D | 0 | 53 | 50 | E | 165 | 48 | 32 |
| Octal | 334 | 45 | 55 | 0 | 123 | 120 | 16 | 545 | 110 | 62 |
| Binary | 11011100 | 100101 | 101101 | 0 | 1010011 | 1010000 | 1110 | 101100101 | 1001000 | 110010 |
Color Harmonies of #DC252D
Complementary color
Monochromatic Colors of #DC252D
Black with #DC252D
Text Example
Text Example
White with #DC252D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC252D; }
p { color: rgb(220,37,45); }
H1.HeaderClassName
{
color: #DC252D;
}
.AnyTagClassName
{
color: #DC252D;
}
</style>
background-color css
<style>
a { background-color: #DC252D; }
a { background-color: rgb(220,37,45); }
div.DivClassName
{
background-color: #DC252D;
}
.BgClassName
{
background-color: #DC252D;
}
</style>
border-color css
<style>
span { border-color: #DC252D; }
span { border-color: rgb(220,37,45); }
td.TdClassName
{
border-color: #DC252D;
}
.TagClassName
{
border-color: #DC252D;
}
</style>