Shades of Alizarin #DC2F3B
Tints of Alizarin #DC2F3B
RGB
CMYK
RGB Variations
Color information
#DC2F3B (or 0xDC2F3B) is known color: Alizarin. HEX triplet: DC, 2F and 3B. RGB value is (220,47,59). Sum of RGB (Red+Green+Blue) = 220+47+59=326 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.48% from 326); Green value is 47 (18.75% from 255 or 14.42% from 326); Blue value is 59 (23.44% from 255 or 18.10% from 326); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2F3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2F3B is #23D0C4. Grayscale: #646464. Windows color (decimal): -2347205 or 3878876. OLE color: 3878876.
HSL color Cylindrical-coordinate representation of color #DC2F3B: hue angle of 355.84º 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 #DC2F3B is Cyan = 0, Magento = 0.79, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 47 | 59 | - |
| CMYK | 0 | 0.79 | 0.73 | 0.14 |
| HSL | 355.84º | 0.71% | 0.52% | - |
| HSV(B) | 355.84º | 0.79% | 0.86% | - |
| XYZ | 31.32 | 17.56 | 5.88 | - |
| YUV | 100.1 | 104.81 | 213.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 47 | 59 | 0 | 0.79 | 0.73 | 0.14 | 355.84 | 0.71 | 0.52 |
| Hex | DC | 2F | 3B | 0 | 4F | 49 | E | 164 | 47 | 34 |
| Octal | 334 | 57 | 73 | 0 | 117 | 111 | 16 | 544 | 107 | 64 |
| Binary | 11011100 | 101111 | 111011 | 0 | 1001111 | 1001001 | 1110 | 101100100 | 1000111 | 110100 |
Color Harmonies of #DC2F3B
Complementary color
Monochromatic Colors of #DC2F3B
Black with #DC2F3B
Text Example
Text Example
White with #DC2F3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2F3B; }
p { color: rgb(220,47,59); }
H1.HeaderClassName
{
color: #DC2F3B;
}
.AnyTagClassName
{
color: #DC2F3B;
}
</style>
background-color css
<style>
a { background-color: #DC2F3B; }
a { background-color: rgb(220,47,59); }
div.DivClassName
{
background-color: #DC2F3B;
}
.BgClassName
{
background-color: #DC2F3B;
}
</style>
border-color css
<style>
span { border-color: #DC2F3B; }
span { border-color: rgb(220,47,59); }
td.TdClassName
{
border-color: #DC2F3B;
}
.TagClassName
{
border-color: #DC2F3B;
}
</style>