Shades of Fire Engine Red #DC1128
Tints of Fire Engine Red #DC1128
RGB
CMYK
RGB Variations
Color information
#DC1128 (or 0xDC1128) is known color: Fire Engine Red. HEX triplet: DC, 11 and 28. RGB value is (220,17,40). Sum of RGB (Red+Green+Blue) = 220+17+40=277 (36% of max value = 765). Red value is 220 (86.33% from 255 or 79.42% from 277); Green value is 17 (7.03% from 255 or 6.14% from 277); Blue value is 40 (16.02% from 255 or 14.44% from 277); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1128 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC1128 is #23EED7. Grayscale: #505050. Windows color (decimal): -2354904 or 2626012. OLE color: 2626012.
HSL color Cylindrical-coordinate representation of color #DC1128: hue angle of 353.2º 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 #DC1128 is Cyan = 0, Magento = 0.92, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 17 | 40 | - |
| CMYK | 0 | 0.92 | 0.82 | 0.14 |
| HSL | 353.2º | 0.86% | 0.46% | - |
| HSV(B) | 353.2º | 0.92% | 0.86% | - |
| XYZ | 30.1 | 15.77 | 3.46 | - |
| YUV | 80.32 | 105.25 | 227.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 17 | 40 | 0 | 0.92 | 0.82 | 0.14 | 353.2 | 0.86 | 0.46 |
| Hex | DC | 11 | 28 | 0 | 5C | 52 | E | 161 | 56 | 2E |
| Octal | 334 | 21 | 50 | 0 | 134 | 122 | 16 | 541 | 126 | 56 |
| Binary | 11011100 | 10001 | 101000 | 0 | 1011100 | 1010010 | 1110 | 101100001 | 1010110 | 101110 |
Color Harmonies of #DC1128
Complementary color
Monochromatic Colors of #DC1128
Black with #DC1128
Text Example
Text Example
White with #DC1128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1128; }
p { color: rgb(220,17,40); }
H1.HeaderClassName
{
color: #DC1128;
}
.AnyTagClassName
{
color: #DC1128;
}
</style>
background-color css
<style>
a { background-color: #DC1128; }
a { background-color: rgb(220,17,40); }
div.DivClassName
{
background-color: #DC1128;
}
.BgClassName
{
background-color: #DC1128;
}
</style>
border-color css
<style>
span { border-color: #DC1128; }
span { border-color: rgb(220,17,40); }
td.TdClassName
{
border-color: #DC1128;
}
.TagClassName
{
border-color: #DC1128;
}
</style>