Shades of Alizarin #DC272F
Tints of Alizarin #DC272F
RGB
CMYK
RGB Variations
Color information
#DC272F (or 0xDC272F) is known color: Alizarin. HEX triplet: DC, 27 and 2F. RGB value is (220,39,47). Sum of RGB (Red+Green+Blue) = 220+39+47=306 (40% of max value = 765). Red value is 220 (86.33% from 255 or 71.90% from 306); Green value is 39 (15.62% from 255 or 12.75% from 306); Blue value is 47 (18.75% from 255 or 15.36% from 306); Max value from RGB is 220 - color contains mainly: red. Hex color #DC272F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC272F is #23D8D0. Grayscale: #5E5E5E. Windows color (decimal): -2349265 or 3090396. OLE color: 3090396.
HSL color Cylindrical-coordinate representation of color #DC272F: hue angle of 357.35º 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 #DC272F is Cyan = 0, Magento = 0.82, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 39 | 47 | - |
| CMYK | 0 | 0.82 | 0.79 | 0.14 |
| HSL | 357.35º | 0.72% | 0.51% | - |
| HSV(B) | 357.35º | 0.82% | 0.86% | - |
| XYZ | 30.75 | 16.87 | 4.33 | - |
| YUV | 94.03 | 101.47 | 217.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 39 | 47 | 0 | 0.82 | 0.79 | 0.14 | 357.35 | 0.72 | 0.51 |
| Hex | DC | 27 | 2F | 0 | 52 | 4F | E | 165 | 48 | 33 |
| Octal | 334 | 47 | 57 | 0 | 122 | 117 | 16 | 545 | 110 | 63 |
| Binary | 11011100 | 100111 | 101111 | 0 | 1010010 | 1001111 | 1110 | 101100101 | 1001000 | 110011 |
Color Harmonies of #DC272F
Complementary color
Monochromatic Colors of #DC272F
Black with #DC272F
Text Example
Text Example
White with #DC272F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC272F; }
p { color: rgb(220,39,47); }
H1.HeaderClassName
{
color: #DC272F;
}
.AnyTagClassName
{
color: #DC272F;
}
</style>
background-color css
<style>
a { background-color: #DC272F; }
a { background-color: rgb(220,39,47); }
div.DivClassName
{
background-color: #DC272F;
}
.BgClassName
{
background-color: #DC272F;
}
</style>
border-color css
<style>
span { border-color: #DC272F; }
span { border-color: rgb(220,39,47); }
td.TdClassName
{
border-color: #DC272F;
}
.TagClassName
{
border-color: #DC272F;
}
</style>