Shades of Alizarin #DC2A31
Tints of Alizarin #DC2A31
RGB
CMYK
RGB Variations
Color information
#DC2A31 (or 0xDC2A31) is known color: Alizarin. HEX triplet: DC, 2A and 31. RGB value is (220,42,49). Sum of RGB (Red+Green+Blue) = 220+42+49=311 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.74% from 311); Green value is 42 (16.80% from 255 or 13.50% from 311); Blue value is 49 (19.53% from 255 or 15.76% from 311); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2A31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2A31 is #23D5CE. Grayscale: #606060. Windows color (decimal): -2348495 or 3222236. OLE color: 3222236.
HSL color Cylindrical-coordinate representation of color #DC2A31: hue angle of 357.64º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DC2A31 is Cyan = 0, Magento = 0.81, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 42 | 49 | - |
| CMYK | 0 | 0.81 | 0.78 | 0.14 |
| HSL | 357.64º | 0.72% | 0.51% | - |
| HSV(B) | 357.64º | 0.81% | 0.86% | - |
| XYZ | 30.9 | 17.09 | 4.58 | - |
| YUV | 96.02 | 101.47 | 216.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 42 | 49 | 0 | 0.81 | 0.78 | 0.14 | 357.64 | 0.72 | 0.51 |
| Hex | DC | 2A | 31 | 0 | 51 | 4E | E | 166 | 48 | 33 |
| Octal | 334 | 52 | 61 | 0 | 121 | 116 | 16 | 546 | 110 | 63 |
| Binary | 11011100 | 101010 | 110001 | 0 | 1010001 | 1001110 | 1110 | 101100110 | 1001000 | 110011 |
Color Harmonies of #DC2A31
Complementary color
Monochromatic Colors of #DC2A31
Black with #DC2A31
Text Example
Text Example
White with #DC2A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2A31; }
p { color: rgb(220,42,49); }
H1.HeaderClassName
{
color: #DC2A31;
}
.AnyTagClassName
{
color: #DC2A31;
}
</style>
background-color css
<style>
a { background-color: #DC2A31; }
a { background-color: rgb(220,42,49); }
div.DivClassName
{
background-color: #DC2A31;
}
.BgClassName
{
background-color: #DC2A31;
}
</style>
border-color css
<style>
span { border-color: #DC2A31; }
span { border-color: rgb(220,42,49); }
td.TdClassName
{
border-color: #DC2A31;
}
.TagClassName
{
border-color: #DC2A31;
}
</style>