Shades of Fire Engine Red #D8131D
Tints of Fire Engine Red #D8131D
RGB
CMYK
RGB Variations
Color information
#D8131D (or 0xD8131D) is known color: Fire Engine Red. HEX triplet: D8, 13 and 1D. RGB value is (216,19,29). Sum of RGB (Red+Green+Blue) = 216+19+29=264 (34% of max value = 765). Red value is 216 (84.77% from 255 or 81.82% from 264); Green value is 19 (7.81% from 255 or 7.20% from 264); Blue value is 29 (11.72% from 255 or 10.98% from 264); Max value from RGB is 216 - color contains mainly: red. Hex color #D8131D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8131D is #27ECE2. Grayscale: #4F4F4F. Windows color (decimal): -2616547 or 1905624. OLE color: 1905624.
HSL color Cylindrical-coordinate representation of color #D8131D: hue angle of 356.95º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D8131D is Cyan = 0, Magento = 0.91, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 19 | 29 | - |
| CMYK | 0 | 0.91 | 0.87 | 0.15 |
| HSL | 356.95º | 0.84% | 0.46% | - |
| HSV(B) | 356.95º | 0.91% | 0.85% | - |
| XYZ | 28.77 | 15.15 | 2.57 | - |
| YUV | 79.04 | 99.77 | 225.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 19 | 29 | 0 | 0.91 | 0.87 | 0.15 | 356.95 | 0.84 | 0.46 |
| Hex | D8 | 13 | 1D | 0 | 5B | 57 | F | 165 | 54 | 2E |
| Octal | 330 | 23 | 35 | 0 | 133 | 127 | 17 | 545 | 124 | 56 |
| Binary | 11011000 | 10011 | 11101 | 0 | 1011011 | 1010111 | 1111 | 101100101 | 1010100 | 101110 |
Color Harmonies of #D8131D
Complementary color
Monochromatic Colors of #D8131D
Black with #D8131D
Text Example
Text Example
White with #D8131D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8131D; }
p { color: rgb(216,19,29); }
H1.HeaderClassName
{
color: #D8131D;
}
.AnyTagClassName
{
color: #D8131D;
}
</style>
background-color css
<style>
a { background-color: #D8131D; }
a { background-color: rgb(216,19,29); }
div.DivClassName
{
background-color: #D8131D;
}
.BgClassName
{
background-color: #D8131D;
}
</style>
border-color css
<style>
span { border-color: #D8131D; }
span { border-color: rgb(216,19,29); }
td.TdClassName
{
border-color: #D8131D;
}
.TagClassName
{
border-color: #D8131D;
}
</style>