Shades of Fire Engine Red #D0082B
Tints of Fire Engine Red #D0082B
RGB
CMYK
RGB Variations
Color information
#D0082B (or 0xD0082B) is known color: Fire Engine Red. HEX triplet: D0, 08 and 2B. RGB value is (208,8,43). Sum of RGB (Red+Green+Blue) = 208+8+43=259 (34% of max value = 765). Red value is 208 (81.64% from 255 or 80.31% from 259); Green value is 8 (3.52% from 255 or 3.09% from 259); Blue value is 43 (17.19% from 255 or 16.60% from 259); Max value from RGB is 208 - color contains mainly: red. Hex color #D0082B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0082B is #2FF7D4. Grayscale: #474747. Windows color (decimal): -3143637 or 2820304. OLE color: 2820304.
HSL color Cylindrical-coordinate representation of color #D0082B: hue angle of 349.5º 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 #D0082B is Cyan = 0, Magento = 0.96, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 8 | 43 | - |
| CMYK | 0 | 0.96 | 0.79 | 0.18 |
| HSL | 349.5º | 0.93% | 0.42% | - |
| HSV(B) | 349.5º | 0.96% | 0.82% | - |
| XYZ | 26.54 | 13.76 | 3.54 | - |
| YUV | 71.79 | 111.76 | 225.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 8 | 43 | 0 | 0.96 | 0.79 | 0.18 | 349.5 | 0.93 | 0.42 |
| Hex | D0 | 8 | 2B | 0 | 60 | 4F | 12 | 15E | 5D | 2A |
| Octal | 320 | 10 | 53 | 0 | 140 | 117 | 22 | 536 | 135 | 52 |
| Binary | 11010000 | 1000 | 101011 | 0 | 1100000 | 1001111 | 10010 | 101011110 | 1011101 | 101010 |
Color Harmonies of #D0082B
Complementary color
Monochromatic Colors of #D0082B
Black with #D0082B
Text Example
Text Example
White with #D0082B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0082B; }
p { color: rgb(208,8,43); }
H1.HeaderClassName
{
color: #D0082B;
}
.AnyTagClassName
{
color: #D0082B;
}
</style>
background-color css
<style>
a { background-color: #D0082B; }
a { background-color: rgb(208,8,43); }
div.DivClassName
{
background-color: #D0082B;
}
.BgClassName
{
background-color: #D0082B;
}
</style>
border-color css
<style>
span { border-color: #D0082B; }
span { border-color: rgb(208,8,43); }
td.TdClassName
{
border-color: #D0082B;
}
.TagClassName
{
border-color: #D0082B;
}
</style>