Shades of Fire Engine Red #D8081D
Tints of Fire Engine Red #D8081D
RGB
CMYK
RGB Variations
Color information
#D8081D (or 0xD8081D) is known color: Fire Engine Red. HEX triplet: D8, 08 and 1D. RGB value is (216,8,29). Sum of RGB (Red+Green+Blue) = 216+8+29=253 (33% of max value = 765). Red value is 216 (84.77% from 255 or 85.38% from 253); Green value is 8 (3.52% from 255 or 3.16% from 253); Blue value is 29 (11.72% from 255 or 11.46% from 253); Max value from RGB is 216 - color contains mainly: red. Hex color #D8081D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8081D is #27F7E2. Grayscale: #484848. Windows color (decimal): -2619363 or 1902808. OLE color: 1902808.
HSL color Cylindrical-coordinate representation of color #D8081D: hue angle of 353.94º 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 #D8081D is Cyan = 0, Magento = 0.96, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 8 | 29 | - |
| CMYK | 0 | 0.96 | 0.87 | 0.15 |
| HSL | 353.94º | 0.93% | 0.44% | - |
| HSV(B) | 353.94º | 0.96% | 0.85% | - |
| XYZ | 28.63 | 14.86 | 2.52 | - |
| YUV | 72.59 | 103.41 | 230.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 8 | 29 | 0 | 0.96 | 0.87 | 0.15 | 353.94 | 0.93 | 0.44 |
| Hex | D8 | 8 | 1D | 0 | 60 | 57 | F | 162 | 5D | 2C |
| Octal | 330 | 10 | 35 | 0 | 140 | 127 | 17 | 542 | 135 | 54 |
| Binary | 11011000 | 1000 | 11101 | 0 | 1100000 | 1010111 | 1111 | 101100010 | 1011101 | 101100 |
Color Harmonies of #D8081D
Complementary color
Monochromatic Colors of #D8081D
Black with #D8081D
Text Example
Text Example
White with #D8081D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8081D; }
p { color: rgb(216,8,29); }
H1.HeaderClassName
{
color: #D8081D;
}
.AnyTagClassName
{
color: #D8081D;
}
</style>
background-color css
<style>
a { background-color: #D8081D; }
a { background-color: rgb(216,8,29); }
div.DivClassName
{
background-color: #D8081D;
}
.BgClassName
{
background-color: #D8081D;
}
</style>
border-color css
<style>
span { border-color: #D8081D; }
span { border-color: rgb(216,8,29); }
td.TdClassName
{
border-color: #D8081D;
}
.TagClassName
{
border-color: #D8081D;
}
</style>