Shades of Alizarin #DC303A
Tints of Alizarin #DC303A
RGB
CMYK
RGB Variations
Color information
#DC303A (or 0xDC303A) is known color: Alizarin. HEX triplet: DC, 30 and 3A. RGB value is (220,48,58). Sum of RGB (Red+Green+Blue) = 220+48+58=326 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.48% from 326); Green value is 48 (19.14% from 255 or 14.72% from 326); Blue value is 58 (23.05% from 255 or 17.79% from 326); Max value from RGB is 220 - color contains mainly: red. Hex color #DC303A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC303A is #23CFC5. Grayscale: #646464. Windows color (decimal): -2346950 or 3813596. OLE color: 3813596.
HSL color Cylindrical-coordinate representation of color #DC303A: hue angle of 356.51º 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 #DC303A is Cyan = 0, Magento = 0.78, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 48 | 58 | - |
| CMYK | 0 | 0.78 | 0.74 | 0.14 |
| HSL | 356.51º | 0.71% | 0.53% | - |
| HSV(B) | 356.51º | 0.78% | 0.86% | - |
| XYZ | 31.34 | 17.64 | 5.76 | - |
| YUV | 100.57 | 103.98 | 213.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 48 | 58 | 0 | 0.78 | 0.74 | 0.14 | 356.51 | 0.71 | 0.53 |
| Hex | DC | 30 | 3A | 0 | 4E | 4A | E | 165 | 47 | 35 |
| Octal | 334 | 60 | 72 | 0 | 116 | 112 | 16 | 545 | 107 | 65 |
| Binary | 11011100 | 110000 | 111010 | 0 | 1001110 | 1001010 | 1110 | 101100101 | 1000111 | 110101 |
Color Harmonies of #DC303A
Complementary color
Monochromatic Colors of #DC303A
Black with #DC303A
Text Example
Text Example
White with #DC303A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC303A; }
p { color: rgb(220,48,58); }
H1.HeaderClassName
{
color: #DC303A;
}
.AnyTagClassName
{
color: #DC303A;
}
</style>
background-color css
<style>
a { background-color: #DC303A; }
a { background-color: rgb(220,48,58); }
div.DivClassName
{
background-color: #DC303A;
}
.BgClassName
{
background-color: #DC303A;
}
</style>
border-color css
<style>
span { border-color: #DC303A; }
span { border-color: rgb(220,48,58); }
td.TdClassName
{
border-color: #DC303A;
}
.TagClassName
{
border-color: #DC303A;
}
</style>