Shades of Alizarin #DC2A2F
Tints of Alizarin #DC2A2F
RGB
CMYK
RGB Variations
Color information
#DC2A2F (or 0xDC2A2F) is known color: Alizarin. HEX triplet: DC, 2A and 2F. RGB value is (220,42,47). Sum of RGB (Red+Green+Blue) = 220+42+47=309 (40% of max value = 765). Red value is 220 (86.33% from 255 or 71.20% from 309); Green value is 42 (16.80% from 255 or 13.59% from 309); Blue value is 47 (18.75% from 255 or 15.21% from 309); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2A2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2A2F is #23D5D0. Grayscale: #5F5F5F. Windows color (decimal): -2348497 or 3091164. OLE color: 3091164.
HSL color Cylindrical-coordinate representation of color #DC2A2F: hue angle of 358.31º 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 #DC2A2F is Cyan = 0, Magento = 0.81, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 42 | 47 | - |
| CMYK | 0 | 0.81 | 0.79 | 0.14 |
| HSL | 358.31º | 0.72% | 0.51% | - |
| HSV(B) | 358.31º | 0.81% | 0.86% | - |
| XYZ | 30.86 | 17.08 | 4.36 | - |
| YUV | 95.79 | 100.47 | 216.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 42 | 47 | 0 | 0.81 | 0.79 | 0.14 | 358.31 | 0.72 | 0.51 |
| Hex | DC | 2A | 2F | 0 | 51 | 4F | E | 166 | 48 | 33 |
| Octal | 334 | 52 | 57 | 0 | 121 | 117 | 16 | 546 | 110 | 63 |
| Binary | 11011100 | 101010 | 101111 | 0 | 1010001 | 1001111 | 1110 | 101100110 | 1001000 | 110011 |
Color Harmonies of #DC2A2F
Complementary color
Monochromatic Colors of #DC2A2F
Black with #DC2A2F
Text Example
Text Example
White with #DC2A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2A2F; }
p { color: rgb(220,42,47); }
H1.HeaderClassName
{
color: #DC2A2F;
}
.AnyTagClassName
{
color: #DC2A2F;
}
</style>
background-color css
<style>
a { background-color: #DC2A2F; }
a { background-color: rgb(220,42,47); }
div.DivClassName
{
background-color: #DC2A2F;
}
.BgClassName
{
background-color: #DC2A2F;
}
</style>
border-color css
<style>
span { border-color: #DC2A2F; }
span { border-color: rgb(220,42,47); }
td.TdClassName
{
border-color: #DC2A2F;
}
.TagClassName
{
border-color: #DC2A2F;
}
</style>