Shades of Fire Engine Red #DC0E1E
Tints of Fire Engine Red #DC0E1E
RGB
CMYK
RGB Variations
Color information
#DC0E1E (or 0xDC0E1E) is known color: Fire Engine Red. HEX triplet: DC, 0E and 1E. RGB value is (220,14,30). Sum of RGB (Red+Green+Blue) = 220+14+30=264 (34% of max value = 765). Red value is 220 (86.33% from 255 or 83.33% from 264); Green value is 14 (5.86% from 255 or 5.30% from 264); Blue value is 30 (12.11% from 255 or 11.36% from 264); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0E1E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0E1E is #23F1E1. Grayscale: #4D4D4D. Windows color (decimal): -2355682 or 1969884. OLE color: 1969884.
HSL color Cylindrical-coordinate representation of color #DC0E1E: hue angle of 355.34º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DC0E1E is Cyan = 0, Magento = 0.94, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 14 | 30 | - |
| CMYK | 0 | 0.94 | 0.86 | 0.14 |
| HSL | 355.34º | 0.88% | 0.46% | - |
| HSV(B) | 355.34º | 0.94% | 0.86% | - |
| XYZ | 29.91 | 15.62 | 2.67 | - |
| YUV | 77.42 | 101.25 | 229.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 14 | 30 | 0 | 0.94 | 0.86 | 0.14 | 355.34 | 0.88 | 0.46 |
| Hex | DC | E | 1E | 0 | 5E | 56 | E | 163 | 58 | 2E |
| Octal | 334 | 16 | 36 | 0 | 136 | 126 | 16 | 543 | 130 | 56 |
| Binary | 11011100 | 1110 | 11110 | 0 | 1011110 | 1010110 | 1110 | 101100011 | 1011000 | 101110 |
Color Harmonies of #DC0E1E
Complementary color
Monochromatic Colors of #DC0E1E
Black with #DC0E1E
Text Example
Text Example
White with #DC0E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0E1E; }
p { color: rgb(220,14,30); }
H1.HeaderClassName
{
color: #DC0E1E;
}
.AnyTagClassName
{
color: #DC0E1E;
}
</style>
background-color css
<style>
a { background-color: #DC0E1E; }
a { background-color: rgb(220,14,30); }
div.DivClassName
{
background-color: #DC0E1E;
}
.BgClassName
{
background-color: #DC0E1E;
}
</style>
border-color css
<style>
span { border-color: #DC0E1E; }
span { border-color: rgb(220,14,30); }
td.TdClassName
{
border-color: #DC0E1E;
}
.TagClassName
{
border-color: #DC0E1E;
}
</style>