Shades of Fire Engine Red #D0082A
Tints of Fire Engine Red #D0082A
RGB
CMYK
RGB Variations
Color information
#D0082A (or 0xD0082A) is known color: Fire Engine Red. HEX triplet: D0, 08 and 2A. RGB value is (208,8,42). Sum of RGB (Red+Green+Blue) = 208+8+42=258 (34% of max value = 765). Red value is 208 (81.64% from 255 or 80.62% from 258); Green value is 8 (3.52% from 255 or 3.10% from 258); Blue value is 42 (16.80% from 255 or 16.28% from 258); Max value from RGB is 208 - color contains mainly: red. Hex color #D0082A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0082A is #2FF7D5. Grayscale: #474747. Windows color (decimal): -3143638 or 2754768. OLE color: 2754768.
HSL color Cylindrical-coordinate representation of color #D0082A: hue angle of 349.8º 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 #D0082A is Cyan = 0, Magento = 0.96, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 8 | 42 | - |
| CMYK | 0 | 0.96 | 0.80 | 0.18 |
| HSL | 349.8º | 0.93% | 0.42% | - |
| HSV(B) | 349.8º | 0.96% | 0.82% | - |
| XYZ | 26.52 | 13.75 | 3.45 | - |
| YUV | 71.68 | 111.26 | 225.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 8 | 42 | 0 | 0.96 | 0.80 | 0.18 | 349.8 | 0.93 | 0.42 |
| Hex | D0 | 8 | 2A | 0 | 60 | 50 | 12 | 15E | 5D | 2A |
| Octal | 320 | 10 | 52 | 0 | 140 | 120 | 22 | 536 | 135 | 52 |
| Binary | 11010000 | 1000 | 101010 | 0 | 1100000 | 1010000 | 10010 | 101011110 | 1011101 | 101010 |
Color Harmonies of #D0082A
Complementary color
Monochromatic Colors of #D0082A
Black with #D0082A
Text Example
Text Example
White with #D0082A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0082A; }
p { color: rgb(208,8,42); }
H1.HeaderClassName
{
color: #D0082A;
}
.AnyTagClassName
{
color: #D0082A;
}
</style>
background-color css
<style>
a { background-color: #D0082A; }
a { background-color: rgb(208,8,42); }
div.DivClassName
{
background-color: #D0082A;
}
.BgClassName
{
background-color: #D0082A;
}
</style>
border-color css
<style>
span { border-color: #D0082A; }
span { border-color: rgb(208,8,42); }
td.TdClassName
{
border-color: #D0082A;
}
.TagClassName
{
border-color: #D0082A;
}
</style>