Shades of Fire Engine Red #DC081C
Tints of Fire Engine Red #DC081C
RGB
CMYK
RGB Variations
Color information
#DC081C (or 0xDC081C) is known color: Fire Engine Red. HEX triplet: DC, 08 and 1C. RGB value is (220,8,28). Sum of RGB (Red+Green+Blue) = 220+8+28=256 (33% of max value = 765). Red value is 220 (86.33% from 255 or 85.94% from 256); Green value is 8 (3.52% from 255 or 3.12% from 256); Blue value is 28 (11.33% from 255 or 10.94% from 256); Max value from RGB is 220 - color contains mainly: red. Hex color #DC081C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC081C is #23F7E3. Grayscale: #494949. Windows color (decimal): -2357220 or 1837276. OLE color: 1837276.
HSL color Cylindrical-coordinate representation of color #DC081C: hue angle of 354.34º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DC081C is Cyan = 0, Magento = 0.96, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 8 | 28 | - |
| CMYK | 0 | 0.96 | 0.87 | 0.14 |
| HSL | 354.34º | 0.93% | 0.45% | - |
| HSV(B) | 354.34º | 0.96% | 0.86% | - |
| XYZ | 29.81 | 15.47 | 2.51 | - |
| YUV | 73.67 | 102.24 | 232.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 8 | 28 | 0 | 0.96 | 0.87 | 0.14 | 354.34 | 0.93 | 0.45 |
| Hex | DC | 8 | 1C | 0 | 60 | 57 | E | 162 | 5D | 2D |
| Octal | 334 | 10 | 34 | 0 | 140 | 127 | 16 | 542 | 135 | 55 |
| Binary | 11011100 | 1000 | 11100 | 0 | 1100000 | 1010111 | 1110 | 101100010 | 1011101 | 101101 |
Color Harmonies of #DC081C
Complementary color
Monochromatic Colors of #DC081C
Black with #DC081C
Text Example
Text Example
White with #DC081C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC081C; }
p { color: rgb(220,8,28); }
H1.HeaderClassName
{
color: #DC081C;
}
.AnyTagClassName
{
color: #DC081C;
}
</style>
background-color css
<style>
a { background-color: #DC081C; }
a { background-color: rgb(220,8,28); }
div.DivClassName
{
background-color: #DC081C;
}
.BgClassName
{
background-color: #DC081C;
}
</style>
border-color css
<style>
span { border-color: #DC081C; }
span { border-color: rgb(220,8,28); }
td.TdClassName
{
border-color: #DC081C;
}
.TagClassName
{
border-color: #DC081C;
}
</style>