Shades of Fire Engine Red #D8091C
Tints of Fire Engine Red #D8091C
RGB
CMYK
RGB Variations
Color information
#D8091C (or 0xD8091C) is known color: Fire Engine Red. HEX triplet: D8, 09 and 1C. RGB value is (216,9,28). Sum of RGB (Red+Green+Blue) = 216+9+28=253 (33% of max value = 765). Red value is 216 (84.77% from 255 or 85.38% from 253); Green value is 9 (3.91% from 255 or 3.56% from 253); Blue value is 28 (11.33% from 255 or 11.07% from 253); Max value from RGB is 216 - color contains mainly: red. Hex color #D8091C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8091C is #27F6E3. Grayscale: #494949. Windows color (decimal): -2619108 or 1837528. OLE color: 1837528.
HSL color Cylindrical-coordinate representation of color #D8091C: hue angle of 354.49º 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 #D8091C is Cyan = 0, Magento = 0.96, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 9 | 28 | - |
| CMYK | 0 | 0.96 | 0.87 | 0.15 |
| HSL | 354.49º | 0.92% | 0.44% | - |
| HSV(B) | 354.49º | 0.96% | 0.85% | - |
| XYZ | 28.63 | 14.88 | 2.46 | - |
| YUV | 73.06 | 102.58 | 229.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 9 | 28 | 0 | 0.96 | 0.87 | 0.15 | 354.49 | 0.92 | 0.44 |
| Hex | D8 | 9 | 1C | 0 | 60 | 57 | F | 162 | 5C | 2C |
| Octal | 330 | 11 | 34 | 0 | 140 | 127 | 17 | 542 | 134 | 54 |
| Binary | 11011000 | 1001 | 11100 | 0 | 1100000 | 1010111 | 1111 | 101100010 | 1011100 | 101100 |
Color Harmonies of #D8091C
Complementary color
Monochromatic Colors of #D8091C
Black with #D8091C
Text Example
Text Example
White with #D8091C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8091C; }
p { color: rgb(216,9,28); }
H1.HeaderClassName
{
color: #D8091C;
}
.AnyTagClassName
{
color: #D8091C;
}
</style>
background-color css
<style>
a { background-color: #D8091C; }
a { background-color: rgb(216,9,28); }
div.DivClassName
{
background-color: #D8091C;
}
.BgClassName
{
background-color: #D8091C;
}
</style>
border-color css
<style>
span { border-color: #D8091C; }
span { border-color: rgb(216,9,28); }
td.TdClassName
{
border-color: #D8091C;
}
.TagClassName
{
border-color: #D8091C;
}
</style>