Shades of Fire Engine Red #DC111A
Tints of Fire Engine Red #DC111A
RGB
CMYK
RGB Variations
Color information
#DC111A (or 0xDC111A) is known color: Fire Engine Red. HEX triplet: DC, 11 and 1A. RGB value is (220,17,26). Sum of RGB (Red+Green+Blue) = 220+17+26=263 (34% of max value = 765). Red value is 220 (86.33% from 255 or 83.65% from 263); Green value is 17 (7.03% from 255 or 6.46% from 263); Blue value is 26 (10.55% from 255 or 9.89% from 263); Max value from RGB is 220 - color contains mainly: red. Hex color #DC111A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC111A is #23EEE5. Grayscale: #4E4E4E. Windows color (decimal): -2354918 or 1708508. OLE color: 1708508.
HSL color Cylindrical-coordinate representation of color #DC111A: hue angle of 357.34º 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 #DC111A is Cyan = 0, Magento = 0.92, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 17 | 26 | - |
| CMYK | 0 | 0.92 | 0.88 | 0.14 |
| HSL | 357.34º | 0.86% | 0.46% | - |
| HSV(B) | 357.34º | 0.92% | 0.86% | - |
| XYZ | 29.9 | 15.69 | 2.43 | - |
| YUV | 78.72 | 98.25 | 228.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 17 | 26 | 0 | 0.92 | 0.88 | 0.14 | 357.34 | 0.86 | 0.46 |
| Hex | DC | 11 | 1A | 0 | 5C | 58 | E | 165 | 56 | 2E |
| Octal | 334 | 21 | 32 | 0 | 134 | 130 | 16 | 545 | 126 | 56 |
| Binary | 11011100 | 10001 | 11010 | 0 | 1011100 | 1011000 | 1110 | 101100101 | 1010110 | 101110 |
Color Harmonies of #DC111A
Complementary color
Monochromatic Colors of #DC111A
Black with #DC111A
Text Example
Text Example
White with #DC111A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC111A; }
p { color: rgb(220,17,26); }
H1.HeaderClassName
{
color: #DC111A;
}
.AnyTagClassName
{
color: #DC111A;
}
</style>
background-color css
<style>
a { background-color: #DC111A; }
a { background-color: rgb(220,17,26); }
div.DivClassName
{
background-color: #DC111A;
}
.BgClassName
{
background-color: #DC111A;
}
</style>
border-color css
<style>
span { border-color: #DC111A; }
span { border-color: rgb(220,17,26); }
td.TdClassName
{
border-color: #DC111A;
}
.TagClassName
{
border-color: #DC111A;
}
</style>