Shades of Fire Engine Red #DC1119
Tints of Fire Engine Red #DC1119
RGB
CMYK
RGB Variations
Color information
#DC1119 (or 0xDC1119) is known color: Fire Engine Red. HEX triplet: DC, 11 and 19. RGB value is (220,17,25). Sum of RGB (Red+Green+Blue) = 220+17+25=262 (34% of max value = 765). Red value is 220 (86.33% from 255 or 83.97% from 262); Green value is 17 (7.03% from 255 or 6.49% from 262); Blue value is 25 (10.16% from 255 or 9.54% from 262); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1119 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC1119 is #23EEE6. Grayscale: #4E4E4E. Windows color (decimal): -2354919 or 1642972. OLE color: 1642972.
HSL color Cylindrical-coordinate representation of color #DC1119: hue angle of 357.64º 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 #DC1119 is Cyan = 0, Magento = 0.92, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 17 | 25 | - |
| CMYK | 0 | 0.92 | 0.89 | 0.14 |
| HSL | 357.64º | 0.86% | 0.46% | - |
| HSV(B) | 357.64º | 0.92% | 0.86% | - |
| XYZ | 29.89 | 15.69 | 2.37 | - |
| YUV | 78.61 | 97.75 | 228.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 17 | 25 | 0 | 0.92 | 0.89 | 0.14 | 357.64 | 0.86 | 0.46 |
| Hex | DC | 11 | 19 | 0 | 5C | 59 | E | 166 | 56 | 2E |
| Octal | 334 | 21 | 31 | 0 | 134 | 131 | 16 | 546 | 126 | 56 |
| Binary | 11011100 | 10001 | 11001 | 0 | 1011100 | 1011001 | 1110 | 101100110 | 1010110 | 101110 |
Color Harmonies of #DC1119
Complementary color
Monochromatic Colors of #DC1119
Black with #DC1119
Text Example
Text Example
White with #DC1119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1119; }
p { color: rgb(220,17,25); }
H1.HeaderClassName
{
color: #DC1119;
}
.AnyTagClassName
{
color: #DC1119;
}
</style>
background-color css
<style>
a { background-color: #DC1119; }
a { background-color: rgb(220,17,25); }
div.DivClassName
{
background-color: #DC1119;
}
.BgClassName
{
background-color: #DC1119;
}
</style>
border-color css
<style>
span { border-color: #DC1119; }
span { border-color: rgb(220,17,25); }
td.TdClassName
{
border-color: #DC1119;
}
.TagClassName
{
border-color: #DC1119;
}
</style>