Shades of Fire Engine Red #DC1120
Tints of Fire Engine Red #DC1120
RGB
CMYK
RGB Variations
Color information
#DC1120 (or 0xDC1120) is known color: Fire Engine Red. HEX triplet: DC, 11 and 20. RGB value is (220,17,32). Sum of RGB (Red+Green+Blue) = 220+17+32=269 (35% of max value = 765). Red value is 220 (86.33% from 255 or 81.78% from 269); Green value is 17 (7.03% from 255 or 6.32% from 269); Blue value is 32 (12.89% from 255 or 11.90% from 269); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1120 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC1120 is #23EEDF. Grayscale: #4F4F4F. Windows color (decimal): -2354912 or 2101724. OLE color: 2101724.
HSL color Cylindrical-coordinate representation of color #DC1120: hue angle of 355.57º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DC1120 is Cyan = 0, Magento = 0.92, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 17 | 32 | - |
| CMYK | 0 | 0.92 | 0.85 | 0.14 |
| HSL | 355.57º | 0.86% | 0.46% | - |
| HSV(B) | 355.57º | 0.92% | 0.86% | - |
| XYZ | 29.98 | 15.72 | 2.82 | - |
| YUV | 79.41 | 101.25 | 228.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 17 | 32 | 0 | 0.92 | 0.85 | 0.14 | 355.57 | 0.86 | 0.46 |
| Hex | DC | 11 | 20 | 0 | 5C | 55 | E | 164 | 56 | 2E |
| Octal | 334 | 21 | 40 | 0 | 134 | 125 | 16 | 544 | 126 | 56 |
| Binary | 11011100 | 10001 | 100000 | 0 | 1011100 | 1010101 | 1110 | 101100100 | 1010110 | 101110 |
Color Harmonies of #DC1120
Complementary color
Monochromatic Colors of #DC1120
Black with #DC1120
Text Example
Text Example
White with #DC1120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1120; }
p { color: rgb(220,17,32); }
H1.HeaderClassName
{
color: #DC1120;
}
.AnyTagClassName
{
color: #DC1120;
}
</style>
background-color css
<style>
a { background-color: #DC1120; }
a { background-color: rgb(220,17,32); }
div.DivClassName
{
background-color: #DC1120;
}
.BgClassName
{
background-color: #DC1120;
}
</style>
border-color css
<style>
span { border-color: #DC1120; }
span { border-color: rgb(220,17,32); }
td.TdClassName
{
border-color: #DC1120;
}
.TagClassName
{
border-color: #DC1120;
}
</style>