Shades of Alizarin #DC2F3E
Tints of Alizarin #DC2F3E
RGB
CMYK
RGB Variations
Color information
#DC2F3E (or 0xDC2F3E) is known color: Alizarin. HEX triplet: DC, 2F and 3E. RGB value is (220,47,62). Sum of RGB (Red+Green+Blue) = 220+47+62=329 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.87% from 329); Green value is 47 (18.75% from 255 or 14.29% from 329); Blue value is 62 (24.61% from 255 or 18.84% from 329); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2F3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2F3E is #23D0C1. Grayscale: #646464. Windows color (decimal): -2347202 or 4075484. OLE color: 4075484.
HSL color Cylindrical-coordinate representation of color #DC2F3E: hue angle of 354.8º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DC2F3E is Cyan = 0, Magento = 0.79, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 47 | 62 | - |
| CMYK | 0 | 0.79 | 0.72 | 0.14 |
| HSL | 354.8º | 0.71% | 0.52% | - |
| HSV(B) | 354.8º | 0.79% | 0.86% | - |
| XYZ | 31.4 | 17.6 | 6.3 | - |
| YUV | 100.44 | 106.31 | 213.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 47 | 62 | 0 | 0.79 | 0.72 | 0.14 | 354.8 | 0.71 | 0.52 |
| Hex | DC | 2F | 3E | 0 | 4F | 48 | E | 163 | 47 | 34 |
| Octal | 334 | 57 | 76 | 0 | 117 | 110 | 16 | 543 | 107 | 64 |
| Binary | 11011100 | 101111 | 111110 | 0 | 1001111 | 1001000 | 1110 | 101100011 | 1000111 | 110100 |
Color Harmonies of #DC2F3E
Complementary color
Monochromatic Colors of #DC2F3E
Black with #DC2F3E
Text Example
Text Example
White with #DC2F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2F3E; }
p { color: rgb(220,47,62); }
H1.HeaderClassName
{
color: #DC2F3E;
}
.AnyTagClassName
{
color: #DC2F3E;
}
</style>
background-color css
<style>
a { background-color: #DC2F3E; }
a { background-color: rgb(220,47,62); }
div.DivClassName
{
background-color: #DC2F3E;
}
.BgClassName
{
background-color: #DC2F3E;
}
</style>
border-color css
<style>
span { border-color: #DC2F3E; }
span { border-color: rgb(220,47,62); }
td.TdClassName
{
border-color: #DC2F3E;
}
.TagClassName
{
border-color: #DC2F3E;
}
</style>