Shades of Fire Engine Red #DC1125
Tints of Fire Engine Red #DC1125
RGB
CMYK
RGB Variations
Color information
#DC1125 (or 0xDC1125) is known color: Fire Engine Red. HEX triplet: DC, 11 and 25. RGB value is (220,17,37). Sum of RGB (Red+Green+Blue) = 220+17+37=274 (36% of max value = 765). Red value is 220 (86.33% from 255 or 80.29% from 274); Green value is 17 (7.03% from 255 or 6.20% from 274); Blue value is 37 (14.84% from 255 or 13.50% from 274); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1125 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC1125 is #23EEDA. Grayscale: #505050. Windows color (decimal): -2354907 or 2429404. OLE color: 2429404.
HSL color Cylindrical-coordinate representation of color #DC1125: hue angle of 354.09º 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 #DC1125 is Cyan = 0, Magento = 0.92, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 17 | 37 | - |
| CMYK | 0 | 0.92 | 0.83 | 0.14 |
| HSL | 354.09º | 0.86% | 0.46% | - |
| HSV(B) | 354.09º | 0.92% | 0.86% | - |
| XYZ | 30.05 | 15.75 | 3.21 | - |
| YUV | 79.98 | 103.75 | 227.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 17 | 37 | 0 | 0.92 | 0.83 | 0.14 | 354.09 | 0.86 | 0.46 |
| Hex | DC | 11 | 25 | 0 | 5C | 53 | E | 162 | 56 | 2E |
| Octal | 334 | 21 | 45 | 0 | 134 | 123 | 16 | 542 | 126 | 56 |
| Binary | 11011100 | 10001 | 100101 | 0 | 1011100 | 1010011 | 1110 | 101100010 | 1010110 | 101110 |
Color Harmonies of #DC1125
Complementary color
Monochromatic Colors of #DC1125
Black with #DC1125
Text Example
Text Example
White with #DC1125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1125; }
p { color: rgb(220,17,37); }
H1.HeaderClassName
{
color: #DC1125;
}
.AnyTagClassName
{
color: #DC1125;
}
</style>
background-color css
<style>
a { background-color: #DC1125; }
a { background-color: rgb(220,17,37); }
div.DivClassName
{
background-color: #DC1125;
}
.BgClassName
{
background-color: #DC1125;
}
</style>
border-color css
<style>
span { border-color: #DC1125; }
span { border-color: rgb(220,17,37); }
td.TdClassName
{
border-color: #DC1125;
}
.TagClassName
{
border-color: #DC1125;
}
</style>