Shades of Alizarin #DC272C
Tints of Alizarin #DC272C
RGB
CMYK
RGB Variations
Color information
#DC272C (or 0xDC272C) is known color: Alizarin. HEX triplet: DC, 27 and 2C. RGB value is (220,39,44). Sum of RGB (Red+Green+Blue) = 220+39+44=303 (40% of max value = 765). Red value is 220 (86.33% from 255 or 72.61% from 303); Green value is 39 (15.62% from 255 or 12.87% from 303); Blue value is 44 (17.58% from 255 or 14.52% from 303); Max value from RGB is 220 - color contains mainly: red. Hex color #DC272C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC272C is #23D8D3. Grayscale: #5D5D5D. Windows color (decimal): -2349268 or 2893788. OLE color: 2893788.
HSL color Cylindrical-coordinate representation of color #DC272C: hue angle of 358.34º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DC272C is Cyan = 0, Magento = 0.82, Yellow = 0.8 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 39 | 44 | - |
| CMYK | 0 | 0.82 | 0.8 | 0.14 |
| HSL | 358.34º | 0.72% | 0.51% | - |
| HSV(B) | 358.34º | 0.82% | 0.86% | - |
| XYZ | 30.7 | 16.85 | 4.02 | - |
| YUV | 93.69 | 99.97 | 218.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 39 | 44 | 0 | 0.82 | 0.8 | 0.14 | 358.34 | 0.72 | 0.51 |
| Hex | DC | 27 | 2C | 0 | 52 | 50 | E | 166 | 48 | 33 |
| Octal | 334 | 47 | 54 | 0 | 122 | 120 | 16 | 546 | 110 | 63 |
| Binary | 11011100 | 100111 | 101100 | 0 | 1010010 | 1010000 | 1110 | 101100110 | 1001000 | 110011 |
Color Harmonies of #DC272C
Complementary color
Monochromatic Colors of #DC272C
Black with #DC272C
Text Example
Text Example
White with #DC272C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC272C; }
p { color: rgb(220,39,44); }
H1.HeaderClassName
{
color: #DC272C;
}
.AnyTagClassName
{
color: #DC272C;
}
</style>
background-color css
<style>
a { background-color: #DC272C; }
a { background-color: rgb(220,39,44); }
div.DivClassName
{
background-color: #DC272C;
}
.BgClassName
{
background-color: #DC272C;
}
</style>
border-color css
<style>
span { border-color: #DC272C; }
span { border-color: rgb(220,39,44); }
td.TdClassName
{
border-color: #DC272C;
}
.TagClassName
{
border-color: #DC272C;
}
</style>