Shades of Alizarin #DC313D
Tints of Alizarin #DC313D
RGB
CMYK
RGB Variations
Color information
#DC313D (or 0xDC313D) is known color: Alizarin. HEX triplet: DC, 31 and 3D. RGB value is (220,49,61). Sum of RGB (Red+Green+Blue) = 220+49+61=330 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.67% from 330); Green value is 49 (19.53% from 255 or 14.85% from 330); Blue value is 61 (24.22% from 255 or 18.48% from 330); Max value from RGB is 220 - color contains mainly: red. Hex color #DC313D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC313D is #23CEC2. Grayscale: #656565. Windows color (decimal): -2346691 or 4010460. OLE color: 4010460.
HSL color Cylindrical-coordinate representation of color #DC313D: hue angle of 355.79º 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 #DC313D is Cyan = 0, Magento = 0.78, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 49 | 61 | - |
| CMYK | 0 | 0.78 | 0.72 | 0.14 |
| HSL | 355.79º | 0.71% | 0.53% | - |
| HSV(B) | 355.79º | 0.78% | 0.86% | - |
| XYZ | 31.46 | 17.75 | 6.18 | - |
| YUV | 101.5 | 105.15 | 212.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 49 | 61 | 0 | 0.78 | 0.72 | 0.14 | 355.79 | 0.71 | 0.53 |
| Hex | DC | 31 | 3D | 0 | 4E | 48 | E | 164 | 47 | 35 |
| Octal | 334 | 61 | 75 | 0 | 116 | 110 | 16 | 544 | 107 | 65 |
| Binary | 11011100 | 110001 | 111101 | 0 | 1001110 | 1001000 | 1110 | 101100100 | 1000111 | 110101 |
Color Harmonies of #DC313D
Complementary color
Monochromatic Colors of #DC313D
Black with #DC313D
Text Example
Text Example
White with #DC313D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC313D; }
p { color: rgb(220,49,61); }
H1.HeaderClassName
{
color: #DC313D;
}
.AnyTagClassName
{
color: #DC313D;
}
</style>
background-color css
<style>
a { background-color: #DC313D; }
a { background-color: rgb(220,49,61); }
div.DivClassName
{
background-color: #DC313D;
}
.BgClassName
{
background-color: #DC313D;
}
</style>
border-color css
<style>
span { border-color: #DC313D; }
span { border-color: rgb(220,49,61); }
td.TdClassName
{
border-color: #DC313D;
}
.TagClassName
{
border-color: #DC313D;
}
</style>