Shades of Fire Engine Red #D7082A
Tints of Fire Engine Red #D7082A
RGB
CMYK
RGB Variations
Color information
#D7082A (or 0xD7082A) is known color: Fire Engine Red. HEX triplet: D7, 08 and 2A. RGB value is (215,8,42). Sum of RGB (Red+Green+Blue) = 215+8+42=265 (35% of max value = 765). Red value is 215 (84.38% from 255 or 81.13% from 265); Green value is 8 (3.52% from 255 or 3.02% from 265); Blue value is 42 (16.80% from 255 or 15.85% from 265); Max value from RGB is 215 - color contains mainly: red. Hex color #D7082A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D7082A is #28F7D5. Grayscale: #494949. Windows color (decimal): -2684886 or 2754775. OLE color: 2754775.
HSL color Cylindrical-coordinate representation of color #D7082A: hue angle of 350.14º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D7082A is Cyan = 0, Magento = 0.96, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 8 | 42 | - |
| CMYK | 0 | 0.96 | 0.80 | 0.16 |
| HSL | 350.14º | 0.93% | 0.44% | - |
| HSV(B) | 350.14º | 0.96% | 0.84% | - |
| XYZ | 28.53 | 14.79 | 3.54 | - |
| YUV | 73.77 | 110.08 | 228.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 8 | 42 | 0 | 0.96 | 0.80 | 0.16 | 350.14 | 0.93 | 0.44 |
| Hex | D7 | 8 | 2A | 0 | 60 | 50 | 10 | 15E | 5D | 2C |
| Octal | 327 | 10 | 52 | 0 | 140 | 120 | 20 | 536 | 135 | 54 |
| Binary | 11010111 | 1000 | 101010 | 0 | 1100000 | 1010000 | 10000 | 101011110 | 1011101 | 101100 |
Color Harmonies of #D7082A
Complementary color
Monochromatic Colors of #D7082A
Black with #D7082A
Text Example
Text Example
White with #D7082A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7082A; }
p { color: rgb(215,8,42); }
H1.HeaderClassName
{
color: #D7082A;
}
.AnyTagClassName
{
color: #D7082A;
}
</style>
background-color css
<style>
a { background-color: #D7082A; }
a { background-color: rgb(215,8,42); }
div.DivClassName
{
background-color: #D7082A;
}
.BgClassName
{
background-color: #D7082A;
}
</style>
border-color css
<style>
span { border-color: #D7082A; }
span { border-color: rgb(215,8,42); }
td.TdClassName
{
border-color: #D7082A;
}
.TagClassName
{
border-color: #D7082A;
}
</style>