Shades of Alizarin #DC283D
Tints of Alizarin #DC283D
RGB
CMYK
RGB Variations
Color information
#DC283D (or 0xDC283D) is known color: Alizarin. HEX triplet: DC, 28 and 3D. RGB value is (220,40,61). Sum of RGB (Red+Green+Blue) = 220+40+61=321 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.54% from 321); Green value is 40 (16.02% from 255 or 12.46% from 321); Blue value is 61 (24.22% from 255 or 19.00% from 321); Max value from RGB is 220 - color contains mainly: red. Hex color #DC283D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC283D is #23D7C2. Grayscale: #606060. Windows color (decimal): -2348995 or 4008156. OLE color: 4008156.
HSL color Cylindrical-coordinate representation of color #DC283D: hue angle of 353º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DC283D is Cyan = 0, Magento = 0.82, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 40 | 61 | - |
| CMYK | 0 | 0.82 | 0.72 | 0.14 |
| HSL | 353º | 0.72% | 0.51% | - |
| HSV(B) | 353º | 0.82% | 0.86% | - |
| XYZ | 31.12 | 17.07 | 6.07 | - |
| YUV | 96.21 | 108.13 | 216.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 40 | 61 | 0 | 0.82 | 0.72 | 0.14 | 353 | 0.72 | 0.51 |
| Hex | DC | 28 | 3D | 0 | 52 | 48 | E | 161 | 48 | 33 |
| Octal | 334 | 50 | 75 | 0 | 122 | 110 | 16 | 541 | 110 | 63 |
| Binary | 11011100 | 101000 | 111101 | 0 | 1010010 | 1001000 | 1110 | 101100001 | 1001000 | 110011 |
Color Harmonies of #DC283D
Complementary color
Monochromatic Colors of #DC283D
Black with #DC283D
Text Example
Text Example
White with #DC283D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC283D; }
p { color: rgb(220,40,61); }
H1.HeaderClassName
{
color: #DC283D;
}
.AnyTagClassName
{
color: #DC283D;
}
</style>
background-color css
<style>
a { background-color: #DC283D; }
a { background-color: rgb(220,40,61); }
div.DivClassName
{
background-color: #DC283D;
}
.BgClassName
{
background-color: #DC283D;
}
</style>
border-color css
<style>
span { border-color: #DC283D; }
span { border-color: rgb(220,40,61); }
td.TdClassName
{
border-color: #DC283D;
}
.TagClassName
{
border-color: #DC283D;
}
</style>