Shades of Fire Engine Red #DC112A
Tints of Fire Engine Red #DC112A
RGB
CMYK
RGB Variations
Color information
#DC112A (or 0xDC112A) is known color: Fire Engine Red. HEX triplet: DC, 11 and 2A. RGB value is (220,17,42). Sum of RGB (Red+Green+Blue) = 220+17+42=279 (36% of max value = 765). Red value is 220 (86.33% from 255 or 78.85% from 279); Green value is 17 (7.03% from 255 or 6.09% from 279); Blue value is 42 (16.80% from 255 or 15.05% from 279); Max value from RGB is 220 - color contains mainly: red. Hex color #DC112A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC112A is #23EED5. Grayscale: #505050. Windows color (decimal): -2354902 or 2757084. OLE color: 2757084.
HSL color Cylindrical-coordinate representation of color #DC112A: hue angle of 352.61º 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 #DC112A is Cyan = 0, Magento = 0.92, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 17 | 42 | - |
| CMYK | 0 | 0.92 | 0.81 | 0.14 |
| HSL | 352.61º | 0.86% | 0.46% | - |
| HSV(B) | 352.61º | 0.92% | 0.86% | - |
| XYZ | 30.13 | 15.78 | 3.65 | - |
| YUV | 80.55 | 106.25 | 227.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 17 | 42 | 0 | 0.92 | 0.81 | 0.14 | 352.61 | 0.86 | 0.46 |
| Hex | DC | 11 | 2A | 0 | 5C | 51 | E | 161 | 56 | 2E |
| Octal | 334 | 21 | 52 | 0 | 134 | 121 | 16 | 541 | 126 | 56 |
| Binary | 11011100 | 10001 | 101010 | 0 | 1011100 | 1010001 | 1110 | 101100001 | 1010110 | 101110 |
Color Harmonies of #DC112A
Complementary color
Monochromatic Colors of #DC112A
Black with #DC112A
Text Example
Text Example
White with #DC112A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC112A; }
p { color: rgb(220,17,42); }
H1.HeaderClassName
{
color: #DC112A;
}
.AnyTagClassName
{
color: #DC112A;
}
</style>
background-color css
<style>
a { background-color: #DC112A; }
a { background-color: rgb(220,17,42); }
div.DivClassName
{
background-color: #DC112A;
}
.BgClassName
{
background-color: #DC112A;
}
</style>
border-color css
<style>
span { border-color: #DC112A; }
span { border-color: rgb(220,17,42); }
td.TdClassName
{
border-color: #DC112A;
}
.TagClassName
{
border-color: #DC112A;
}
</style>