Shades of Fire Engine Red #DC081B
Tints of Fire Engine Red #DC081B
RGB
CMYK
RGB Variations
Color information
#DC081B (or 0xDC081B) is known color: Fire Engine Red. HEX triplet: DC, 08 and 1B. RGB value is (220,8,27). Sum of RGB (Red+Green+Blue) = 220+8+27=255 (33% of max value = 765). Red value is 220 (86.33% from 255 or 86.27% from 255); Green value is 8 (3.52% from 255 or 3.14% from 255); Blue value is 27 (10.94% from 255 or 10.59% from 255); Max value from RGB is 220 - color contains mainly: red. Hex color #DC081B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC081B is #23F7E4. Grayscale: #494949. Windows color (decimal): -2357221 or 1771740. OLE color: 1771740.
HSL color Cylindrical-coordinate representation of color #DC081B: hue angle of 354.62º 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 #DC081B is Cyan = 0, Magento = 0.96, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 8 | 27 | - |
| CMYK | 0 | 0.96 | 0.88 | 0.14 |
| HSL | 354.62º | 0.93% | 0.45% | - |
| HSV(B) | 354.62º | 0.96% | 0.86% | - |
| XYZ | 29.8 | 15.47 | 2.45 | - |
| YUV | 73.55 | 101.74 | 232.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 8 | 27 | 0 | 0.96 | 0.88 | 0.14 | 354.62 | 0.93 | 0.45 |
| Hex | DC | 8 | 1B | 0 | 60 | 58 | E | 163 | 5D | 2D |
| Octal | 334 | 10 | 33 | 0 | 140 | 130 | 16 | 543 | 135 | 55 |
| Binary | 11011100 | 1000 | 11011 | 0 | 1100000 | 1011000 | 1110 | 101100011 | 1011101 | 101101 |
Color Harmonies of #DC081B
Complementary color
Monochromatic Colors of #DC081B
Black with #DC081B
Text Example
Text Example
White with #DC081B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC081B; }
p { color: rgb(220,8,27); }
H1.HeaderClassName
{
color: #DC081B;
}
.AnyTagClassName
{
color: #DC081B;
}
</style>
background-color css
<style>
a { background-color: #DC081B; }
a { background-color: rgb(220,8,27); }
div.DivClassName
{
background-color: #DC081B;
}
.BgClassName
{
background-color: #DC081B;
}
</style>
border-color css
<style>
span { border-color: #DC081B; }
span { border-color: rgb(220,8,27); }
td.TdClassName
{
border-color: #DC081B;
}
.TagClassName
{
border-color: #DC081B;
}
</style>