Shades of Fire Engine Red #D8081F
Tints of Fire Engine Red #D8081F
RGB
CMYK
RGB Variations
Color information
#D8081F (or 0xD8081F) is known color: Fire Engine Red. HEX triplet: D8, 08 and 1F. RGB value is (216,8,31). Sum of RGB (Red+Green+Blue) = 216+8+31=255 (33% of max value = 765). Red value is 216 (84.77% from 255 or 84.71% from 255); Green value is 8 (3.52% from 255 or 3.14% from 255); Blue value is 31 (12.5% from 255 or 12.16% from 255); Max value from RGB is 216 - color contains mainly: red. Hex color #D8081F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8081F is #27F7E0. Grayscale: #484848. Windows color (decimal): -2619361 or 2033880. OLE color: 2033880.
HSL color Cylindrical-coordinate representation of color #D8081F: hue angle of 353.37º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D8081F is Cyan = 0, Magento = 0.96, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 8 | 31 | - |
| CMYK | 0 | 0.96 | 0.86 | 0.15 |
| HSL | 353.37º | 0.93% | 0.44% | - |
| HSV(B) | 353.37º | 0.96% | 0.85% | - |
| XYZ | 28.65 | 14.87 | 2.66 | - |
| YUV | 72.81 | 104.41 | 230.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 8 | 31 | 0 | 0.96 | 0.86 | 0.15 | 353.37 | 0.93 | 0.44 |
| Hex | D8 | 8 | 1F | 0 | 60 | 56 | F | 161 | 5D | 2C |
| Octal | 330 | 10 | 37 | 0 | 140 | 126 | 17 | 541 | 135 | 54 |
| Binary | 11011000 | 1000 | 11111 | 0 | 1100000 | 1010110 | 1111 | 101100001 | 1011101 | 101100 |
Color Harmonies of #D8081F
Complementary color
Monochromatic Colors of #D8081F
Black with #D8081F
Text Example
Text Example
White with #D8081F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8081F; }
p { color: rgb(216,8,31); }
H1.HeaderClassName
{
color: #D8081F;
}
.AnyTagClassName
{
color: #D8081F;
}
</style>
background-color css
<style>
a { background-color: #D8081F; }
a { background-color: rgb(216,8,31); }
div.DivClassName
{
background-color: #D8081F;
}
.BgClassName
{
background-color: #D8081F;
}
</style>
border-color css
<style>
span { border-color: #D8081F; }
span { border-color: rgb(216,8,31); }
td.TdClassName
{
border-color: #D8081F;
}
.TagClassName
{
border-color: #D8081F;
}
</style>