Shades of Fire Engine Red #D8091F
Tints of Fire Engine Red #D8091F
RGB
CMYK
RGB Variations
Color information
#D8091F (or 0xD8091F) is known color: Fire Engine Red. HEX triplet: D8, 09 and 1F. RGB value is (216,9,31). Sum of RGB (Red+Green+Blue) = 216+9+31=256 (33% of max value = 765). Red value is 216 (84.77% from 255 or 84.38% from 256); Green value is 9 (3.91% from 255 or 3.52% from 256); Blue value is 31 (12.5% from 255 or 12.11% from 256); Max value from RGB is 216 - color contains mainly: red. Hex color #D8091F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8091F is #27F6E0. Grayscale: #494949. Windows color (decimal): -2619105 or 2034136. OLE color: 2034136.
HSL color Cylindrical-coordinate representation of color #D8091F: hue angle of 353.62º degrees, saturation: 0.92, 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 #D8091F is Cyan = 0, Magento = 0.96, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 9 | 31 | - |
| CMYK | 0 | 0.96 | 0.86 | 0.15 |
| HSL | 353.62º | 0.92% | 0.44% | - |
| HSV(B) | 353.62º | 0.96% | 0.85% | - |
| XYZ | 28.66 | 14.89 | 2.66 | - |
| YUV | 73.4 | 104.08 | 229.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 9 | 31 | 0 | 0.96 | 0.86 | 0.15 | 353.62 | 0.92 | 0.44 |
| Hex | D8 | 9 | 1F | 0 | 60 | 56 | F | 162 | 5C | 2C |
| Octal | 330 | 11 | 37 | 0 | 140 | 126 | 17 | 542 | 134 | 54 |
| Binary | 11011000 | 1001 | 11111 | 0 | 1100000 | 1010110 | 1111 | 101100010 | 1011100 | 101100 |
Color Harmonies of #D8091F
Complementary color
Monochromatic Colors of #D8091F
Black with #D8091F
Text Example
Text Example
White with #D8091F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8091F; }
p { color: rgb(216,9,31); }
H1.HeaderClassName
{
color: #D8091F;
}
.AnyTagClassName
{
color: #D8091F;
}
</style>
background-color css
<style>
a { background-color: #D8091F; }
a { background-color: rgb(216,9,31); }
div.DivClassName
{
background-color: #D8091F;
}
.BgClassName
{
background-color: #D8091F;
}
</style>
border-color css
<style>
span { border-color: #D8091F; }
span { border-color: rgb(216,9,31); }
td.TdClassName
{
border-color: #D8091F;
}
.TagClassName
{
border-color: #D8091F;
}
</style>