Shades of Alizarin #DC303D
Tints of Alizarin #DC303D
RGB
CMYK
RGB Variations
Color information
#DC303D (or 0xDC303D) is known color: Alizarin. HEX triplet: DC, 30 and 3D. RGB value is (220,48,61). Sum of RGB (Red+Green+Blue) = 220+48+61=329 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.87% from 329); Green value is 48 (19.14% from 255 or 14.59% from 329); Blue value is 61 (24.22% from 255 or 18.54% from 329); Max value from RGB is 220 - color contains mainly: red. Hex color #DC303D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC303D is #23CFC2. Grayscale: #656565. Windows color (decimal): -2346947 or 4010204. OLE color: 4010204.
HSL color Cylindrical-coordinate representation of color #DC303D: hue angle of 355.47º 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 #DC303D is Cyan = 0, Magento = 0.78, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 48 | 61 | - |
| CMYK | 0 | 0.78 | 0.72 | 0.14 |
| HSL | 355.47º | 0.71% | 0.53% | - |
| HSV(B) | 355.47º | 0.78% | 0.86% | - |
| XYZ | 31.41 | 17.67 | 6.17 | - |
| YUV | 100.91 | 105.48 | 212.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 48 | 61 | 0 | 0.78 | 0.72 | 0.14 | 355.47 | 0.71 | 0.53 |
| Hex | DC | 30 | 3D | 0 | 4E | 48 | E | 163 | 47 | 35 |
| Octal | 334 | 60 | 75 | 0 | 116 | 110 | 16 | 543 | 107 | 65 |
| Binary | 11011100 | 110000 | 111101 | 0 | 1001110 | 1001000 | 1110 | 101100011 | 1000111 | 110101 |
Color Harmonies of #DC303D
Complementary color
Monochromatic Colors of #DC303D
Black with #DC303D
Text Example
Text Example
White with #DC303D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC303D; }
p { color: rgb(220,48,61); }
H1.HeaderClassName
{
color: #DC303D;
}
.AnyTagClassName
{
color: #DC303D;
}
</style>
background-color css
<style>
a { background-color: #DC303D; }
a { background-color: rgb(220,48,61); }
div.DivClassName
{
background-color: #DC303D;
}
.BgClassName
{
background-color: #DC303D;
}
</style>
border-color css
<style>
span { border-color: #DC303D; }
span { border-color: rgb(220,48,61); }
td.TdClassName
{
border-color: #DC303D;
}
.TagClassName
{
border-color: #DC303D;
}
</style>