Shades of Alizarin #DC303E
Tints of Alizarin #DC303E
RGB
CMYK
RGB Variations
Color information
#DC303E (or 0xDC303E) is known color: Alizarin. HEX triplet: DC, 30 and 3E. RGB value is (220,48,62). Sum of RGB (Red+Green+Blue) = 220+48+62=330 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.67% from 330); Green value is 48 (19.14% from 255 or 14.55% from 330); Blue value is 62 (24.61% from 255 or 18.79% from 330); Max value from RGB is 220 - color contains mainly: red. Hex color #DC303E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC303E is #23CFC1. Grayscale: #656565. Windows color (decimal): -2346946 or 4075740. OLE color: 4075740.
HSL color Cylindrical-coordinate representation of color #DC303E: hue angle of 355.12º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DC303E is Cyan = 0, Magento = 0.78, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 48 | 62 | - |
| CMYK | 0 | 0.78 | 0.72 | 0.14 |
| HSL | 355.12º | 0.71% | 0.53% | - |
| HSV(B) | 355.12º | 0.78% | 0.86% | - |
| XYZ | 31.44 | 17.68 | 6.31 | - |
| YUV | 101.02 | 105.98 | 212.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 48 | 62 | 0 | 0.78 | 0.72 | 0.14 | 355.12 | 0.71 | 0.53 |
| Hex | DC | 30 | 3E | 0 | 4E | 48 | E | 163 | 47 | 35 |
| Octal | 334 | 60 | 76 | 0 | 116 | 110 | 16 | 543 | 107 | 65 |
| Binary | 11011100 | 110000 | 111110 | 0 | 1001110 | 1001000 | 1110 | 101100011 | 1000111 | 110101 |
Color Harmonies of #DC303E
Complementary color
Monochromatic Colors of #DC303E
Black with #DC303E
Text Example
Text Example
White with #DC303E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC303E; }
p { color: rgb(220,48,62); }
H1.HeaderClassName
{
color: #DC303E;
}
.AnyTagClassName
{
color: #DC303E;
}
</style>
background-color css
<style>
a { background-color: #DC303E; }
a { background-color: rgb(220,48,62); }
div.DivClassName
{
background-color: #DC303E;
}
.BgClassName
{
background-color: #DC303E;
}
</style>
border-color css
<style>
span { border-color: #DC303E; }
span { border-color: rgb(220,48,62); }
td.TdClassName
{
border-color: #DC303E;
}
.TagClassName
{
border-color: #DC303E;
}
</style>