Shades of Fire Engine Red #D0082C
Tints of Fire Engine Red #D0082C
RGB
CMYK
RGB Variations
Color information
#D0082C (or 0xD0082C) is known color: Fire Engine Red. HEX triplet: D0, 08 and 2C. RGB value is (208,8,44). Sum of RGB (Red+Green+Blue) = 208+8+44=260 (34% of max value = 765). Red value is 208 (81.64% from 255 or 80% from 260); Green value is 8 (3.52% from 255 or 3.08% from 260); Blue value is 44 (17.58% from 255 or 16.92% from 260); Max value from RGB is 208 - color contains mainly: red. Hex color #D0082C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0082C is #2FF7D3. Grayscale: #474747. Windows color (decimal): -3143636 or 2885840. OLE color: 2885840.
HSL color Cylindrical-coordinate representation of color #D0082C: hue angle of 349.2º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D0082C is Cyan = 0, Magento = 0.96, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 8 | 44 | - |
| CMYK | 0 | 0.96 | 0.79 | 0.18 |
| HSL | 349.2º | 0.93% | 0.42% | - |
| HSV(B) | 349.2º | 0.96% | 0.82% | - |
| XYZ | 26.55 | 13.77 | 3.64 | - |
| YUV | 71.9 | 112.26 | 225.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 8 | 44 | 0 | 0.96 | 0.79 | 0.18 | 349.2 | 0.93 | 0.42 |
| Hex | D0 | 8 | 2C | 0 | 60 | 4F | 12 | 15D | 5D | 2A |
| Octal | 320 | 10 | 54 | 0 | 140 | 117 | 22 | 535 | 135 | 52 |
| Binary | 11010000 | 1000 | 101100 | 0 | 1100000 | 1001111 | 10010 | 101011101 | 1011101 | 101010 |
Color Harmonies of #D0082C
Complementary color
Monochromatic Colors of #D0082C
Black with #D0082C
Text Example
Text Example
White with #D0082C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0082C; }
p { color: rgb(208,8,44); }
H1.HeaderClassName
{
color: #D0082C;
}
.AnyTagClassName
{
color: #D0082C;
}
</style>
background-color css
<style>
a { background-color: #D0082C; }
a { background-color: rgb(208,8,44); }
div.DivClassName
{
background-color: #D0082C;
}
.BgClassName
{
background-color: #D0082C;
}
</style>
border-color css
<style>
span { border-color: #D0082C; }
span { border-color: rgb(208,8,44); }
td.TdClassName
{
border-color: #D0082C;
}
.TagClassName
{
border-color: #D0082C;
}
</style>