Shades of Alizarin #DC303B
Tints of Alizarin #DC303B
RGB
CMYK
RGB Variations
Color information
#DC303B (or 0xDC303B) is known color: Alizarin. HEX triplet: DC, 30 and 3B. RGB value is (220,48,59). Sum of RGB (Red+Green+Blue) = 220+48+59=327 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.28% from 327); Green value is 48 (19.14% from 255 or 14.68% from 327); Blue value is 59 (23.44% from 255 or 18.04% from 327); Max value from RGB is 220 - color contains mainly: red. Hex color #DC303B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC303B is #23CFC4. Grayscale: #646464. Windows color (decimal): -2346949 or 3879132. OLE color: 3879132.
HSL color Cylindrical-coordinate representation of color #DC303B: hue angle of 356.16º 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 #DC303B is Cyan = 0, Magento = 0.78, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 48 | 59 | - |
| CMYK | 0 | 0.78 | 0.73 | 0.14 |
| HSL | 356.16º | 0.71% | 0.53% | - |
| HSV(B) | 356.16º | 0.78% | 0.86% | - |
| XYZ | 31.36 | 17.65 | 5.89 | - |
| YUV | 100.68 | 104.48 | 213.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 48 | 59 | 0 | 0.78 | 0.73 | 0.14 | 356.16 | 0.71 | 0.53 |
| Hex | DC | 30 | 3B | 0 | 4E | 49 | E | 164 | 47 | 35 |
| Octal | 334 | 60 | 73 | 0 | 116 | 111 | 16 | 544 | 107 | 65 |
| Binary | 11011100 | 110000 | 111011 | 0 | 1001110 | 1001001 | 1110 | 101100100 | 1000111 | 110101 |
Color Harmonies of #DC303B
Complementary color
Monochromatic Colors of #DC303B
Black with #DC303B
Text Example
Text Example
White with #DC303B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC303B; }
p { color: rgb(220,48,59); }
H1.HeaderClassName
{
color: #DC303B;
}
.AnyTagClassName
{
color: #DC303B;
}
</style>
background-color css
<style>
a { background-color: #DC303B; }
a { background-color: rgb(220,48,59); }
div.DivClassName
{
background-color: #DC303B;
}
.BgClassName
{
background-color: #DC303B;
}
</style>
border-color css
<style>
span { border-color: #DC303B; }
span { border-color: rgb(220,48,59); }
td.TdClassName
{
border-color: #DC303B;
}
.TagClassName
{
border-color: #DC303B;
}
</style>