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