Shades of Fire Engine Red #D8092A
Tints of Fire Engine Red #D8092A
RGB
CMYK
RGB Variations
Color information
#D8092A (or 0xD8092A) is known color: Fire Engine Red. HEX triplet: D8, 09 and 2A. RGB value is (216,9,42). Sum of RGB (Red+Green+Blue) = 216+9+42=267 (35% of max value = 765). Red value is 216 (84.77% from 255 or 80.90% from 267); Green value is 9 (3.91% from 255 or 3.37% from 267); Blue value is 42 (16.80% from 255 or 15.73% from 267); Max value from RGB is 216 - color contains mainly: red. Hex color #D8092A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8092A is #27F6D5. Grayscale: #4A4A4A. Windows color (decimal): -2619094 or 2755032. OLE color: 2755032.
HSL color Cylindrical-coordinate representation of color #D8092A: hue angle of 350.43º 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 #D8092A is Cyan = 0, Magento = 0.96, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 9 | 42 | - |
| CMYK | 0 | 0.96 | 0.81 | 0.15 |
| HSL | 350.43º | 0.92% | 0.44% | - |
| HSV(B) | 350.43º | 0.96% | 0.85% | - |
| XYZ | 28.83 | 14.96 | 3.56 | - |
| YUV | 74.66 | 109.58 | 228.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 9 | 42 | 0 | 0.96 | 0.81 | 0.15 | 350.43 | 0.92 | 0.44 |
| Hex | D8 | 9 | 2A | 0 | 60 | 51 | F | 15E | 5C | 2C |
| Octal | 330 | 11 | 52 | 0 | 140 | 121 | 17 | 536 | 134 | 54 |
| Binary | 11011000 | 1001 | 101010 | 0 | 1100000 | 1010001 | 1111 | 101011110 | 1011100 | 101100 |
Color Harmonies of #D8092A
Complementary color
Monochromatic Colors of #D8092A
Black with #D8092A
Text Example
Text Example
White with #D8092A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8092A; }
p { color: rgb(216,9,42); }
H1.HeaderClassName
{
color: #D8092A;
}
.AnyTagClassName
{
color: #D8092A;
}
</style>
background-color css
<style>
a { background-color: #D8092A; }
a { background-color: rgb(216,9,42); }
div.DivClassName
{
background-color: #D8092A;
}
.BgClassName
{
background-color: #D8092A;
}
</style>
border-color css
<style>
span { border-color: #D8092A; }
span { border-color: rgb(216,9,42); }
td.TdClassName
{
border-color: #D8092A;
}
.TagClassName
{
border-color: #D8092A;
}
</style>