Shades of Fire Engine Red #DC081D
Tints of Fire Engine Red #DC081D
RGB
CMYK
RGB Variations
Color information
#DC081D (or 0xDC081D) is known color: Fire Engine Red. HEX triplet: DC, 08 and 1D. RGB value is (220,8,29). Sum of RGB (Red+Green+Blue) = 220+8+29=257 (34% of max value = 765). Red value is 220 (86.33% from 255 or 85.60% from 257); Green value is 8 (3.52% from 255 or 3.11% from 257); Blue value is 29 (11.72% from 255 or 11.28% from 257); Max value from RGB is 220 - color contains mainly: red. Hex color #DC081D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC081D is #23F7E2. Grayscale: #494949. Windows color (decimal): -2357219 or 1902812. OLE color: 1902812.
HSL color Cylindrical-coordinate representation of color #DC081D: hue angle of 354.06º 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 #DC081D is Cyan = 0, Magento = 0.96, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 8 | 29 | - |
| CMYK | 0 | 0.96 | 0.87 | 0.14 |
| HSL | 354.06º | 0.93% | 0.45% | - |
| HSV(B) | 354.06º | 0.96% | 0.86% | - |
| XYZ | 29.82 | 15.48 | 2.58 | - |
| YUV | 73.78 | 102.74 | 232.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 8 | 29 | 0 | 0.96 | 0.87 | 0.14 | 354.06 | 0.93 | 0.45 |
| Hex | DC | 8 | 1D | 0 | 60 | 57 | E | 162 | 5D | 2D |
| Octal | 334 | 10 | 35 | 0 | 140 | 127 | 16 | 542 | 135 | 55 |
| Binary | 11011100 | 1000 | 11101 | 0 | 1100000 | 1010111 | 1110 | 101100010 | 1011101 | 101101 |
Color Harmonies of #DC081D
Complementary color
Monochromatic Colors of #DC081D
Black with #DC081D
Text Example
Text Example
White with #DC081D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC081D; }
p { color: rgb(220,8,29); }
H1.HeaderClassName
{
color: #DC081D;
}
.AnyTagClassName
{
color: #DC081D;
}
</style>
background-color css
<style>
a { background-color: #DC081D; }
a { background-color: rgb(220,8,29); }
div.DivClassName
{
background-color: #DC081D;
}
.BgClassName
{
background-color: #DC081D;
}
</style>
border-color css
<style>
span { border-color: #DC081D; }
span { border-color: rgb(220,8,29); }
td.TdClassName
{
border-color: #DC081D;
}
.TagClassName
{
border-color: #DC081D;
}
</style>