Shades of Alizarin #DC253E
Tints of Alizarin #DC253E
RGB
CMYK
RGB Variations
Color information
#DC253E (or 0xDC253E) is known color: Alizarin. HEX triplet: DC, 25 and 3E. RGB value is (220,37,62). Sum of RGB (Red+Green+Blue) = 220+37+62=319 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.97% from 319); Green value is 37 (14.84% from 255 or 11.60% from 319); Blue value is 62 (24.61% from 255 or 19.44% from 319); Max value from RGB is 220 - color contains mainly: red. Hex color #DC253E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC253E is #23DAC1. Grayscale: #5E5E5E. Windows color (decimal): -2349762 or 4072924. OLE color: 4072924.
HSL color Cylindrical-coordinate representation of color #DC253E: hue angle of 351.8º 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 #DC253E is Cyan = 0, Magento = 0.83, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 37 | 62 | - |
| CMYK | 0 | 0.83 | 0.72 | 0.14 |
| HSL | 351.8º | 0.72% | 0.5% | - |
| HSV(B) | 351.8º | 0.83% | 0.86% | - |
| XYZ | 31.05 | 16.89 | 6.18 | - |
| YUV | 94.57 | 109.63 | 217.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 37 | 62 | 0 | 0.83 | 0.72 | 0.14 | 351.8 | 0.72 | 0.5 |
| Hex | DC | 25 | 3E | 0 | 53 | 48 | E | 160 | 48 | 32 |
| Octal | 334 | 45 | 76 | 0 | 123 | 110 | 16 | 540 | 110 | 62 |
| Binary | 11011100 | 100101 | 111110 | 0 | 1010011 | 1001000 | 1110 | 101100000 | 1001000 | 110010 |
Color Harmonies of #DC253E
Complementary color
Monochromatic Colors of #DC253E
Black with #DC253E
Text Example
Text Example
White with #DC253E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC253E; }
p { color: rgb(220,37,62); }
H1.HeaderClassName
{
color: #DC253E;
}
.AnyTagClassName
{
color: #DC253E;
}
</style>
background-color css
<style>
a { background-color: #DC253E; }
a { background-color: rgb(220,37,62); }
div.DivClassName
{
background-color: #DC253E;
}
.BgClassName
{
background-color: #DC253E;
}
</style>
border-color css
<style>
span { border-color: #DC253E; }
span { border-color: rgb(220,37,62); }
td.TdClassName
{
border-color: #DC253E;
}
.TagClassName
{
border-color: #DC253E;
}
</style>