Shades of Alizarin #DC2B2F
Tints of Alizarin #DC2B2F
RGB
CMYK
RGB Variations
Color information
#DC2B2F (or 0xDC2B2F) is known color: Alizarin. HEX triplet: DC, 2B and 2F. RGB value is (220,43,47). Sum of RGB (Red+Green+Blue) = 220+43+47=310 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.97% from 310); Green value is 43 (17.19% from 255 or 13.87% from 310); Blue value is 47 (18.75% from 255 or 15.16% from 310); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2B2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2B2F is #23D4D0. Grayscale: #606060. Windows color (decimal): -2348241 or 3091420. OLE color: 3091420.
HSL color Cylindrical-coordinate representation of color #DC2B2F: hue angle of 358.64º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DC2B2F is Cyan = 0, Magento = 0.80, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 43 | 47 | - |
CMYK | 0 | 0.80 | 0.79 | 0.14 |
HSL | 358.64º | 0.72% | 0.52% | - |
HSV(B) | 358.64º | 0.8% | 0.86% | - |
XYZ | 30.89 | 17.15 | 4.37 | - |
YUV | 96.38 | 100.14 | 216.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 43 | 47 | 0 | 0.80 | 0.79 | 0.14 | 358.64 | 0.72 | 0.52 |
Hex | DC | 2B | 2F | 0 | 50 | 4F | E | 167 | 48 | 34 |
Octal | 334 | 53 | 57 | 0 | 120 | 117 | 16 | 547 | 110 | 64 |
Binary | 11011100 | 101011 | 101111 | 0 | 1010000 | 1001111 | 1110 | 101100111 | 1001000 | 110100 |
Color Harmonies of #DC2B2F
Complementary color
Monochromatic Colors of #DC2B2F
Black with #DC2B2F
Text Example
Text Example
White with #DC2B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2B2F; }
p { color: rgb(220,43,47); }
H1.HeaderClassName
{
color: #DC2B2F;
}
.AnyTagClassName
{
color: #DC2B2F;
}
</style>
background-color css
<style>
a { background-color: #DC2B2F; }
a { background-color: rgb(220,43,47); }
div.DivClassName
{
background-color: #DC2B2F;
}
.BgClassName
{
background-color: #DC2B2F;
}
</style>
border-color css
<style>
span { border-color: #DC2B2F; }
span { border-color: rgb(220,43,47); }
td.TdClassName
{
border-color: #DC2B2F;
}
.TagClassName
{
border-color: #DC2B2F;
}
</style>