Shades of Fire Engine Red #DC1122
Tints of Fire Engine Red #DC1122
RGB
CMYK
RGB Variations
Color information
#DC1122 (or 0xDC1122) is known color: Fire Engine Red. HEX triplet: DC, 11 and 22. RGB value is (220,17,34). Sum of RGB (Red+Green+Blue) = 220+17+34=271 (35% of max value = 765). Red value is 220 (86.33% from 255 or 81.18% from 271); Green value is 17 (7.03% from 255 or 6.27% from 271); Blue value is 34 (13.67% from 255 or 12.55% from 271); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1122 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC1122 is #23EEDD. Grayscale: #4F4F4F. Windows color (decimal): -2354910 or 2232796. OLE color: 2232796.
HSL color Cylindrical-coordinate representation of color #DC1122: hue angle of 354.98º 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 #DC1122 is Cyan = 0, Magento = 0.92, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 17 | 34 | - |
| CMYK | 0 | 0.92 | 0.85 | 0.14 |
| HSL | 354.98º | 0.86% | 0.46% | - |
| HSV(B) | 354.98º | 0.92% | 0.86% | - |
| XYZ | 30 | 15.73 | 2.97 | - |
| YUV | 79.64 | 102.25 | 228.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 17 | 34 | 0 | 0.92 | 0.85 | 0.14 | 354.98 | 0.86 | 0.46 |
| Hex | DC | 11 | 22 | 0 | 5C | 55 | E | 163 | 56 | 2E |
| Octal | 334 | 21 | 42 | 0 | 134 | 125 | 16 | 543 | 126 | 56 |
| Binary | 11011100 | 10001 | 100010 | 0 | 1011100 | 1010101 | 1110 | 101100011 | 1010110 | 101110 |
Color Harmonies of #DC1122
Complementary color
Monochromatic Colors of #DC1122
Black with #DC1122
Text Example
Text Example
White with #DC1122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1122; }
p { color: rgb(220,17,34); }
H1.HeaderClassName
{
color: #DC1122;
}
.AnyTagClassName
{
color: #DC1122;
}
</style>
background-color css
<style>
a { background-color: #DC1122; }
a { background-color: rgb(220,17,34); }
div.DivClassName
{
background-color: #DC1122;
}
.BgClassName
{
background-color: #DC1122;
}
</style>
border-color css
<style>
span { border-color: #DC1122; }
span { border-color: rgb(220,17,34); }
td.TdClassName
{
border-color: #DC1122;
}
.TagClassName
{
border-color: #DC1122;
}
</style>