Shades of Fire Engine Red #D8192D
Tints of Fire Engine Red #D8192D
RGB
CMYK
RGB Variations
Color information
#D8192D (or 0xD8192D) is known color: Fire Engine Red. HEX triplet: D8, 19 and 2D. RGB value is (216,25,45). Sum of RGB (Red+Green+Blue) = 216+25+45=286 (37% of max value = 765). Red value is 216 (84.77% from 255 or 75.52% from 286); Green value is 25 (10.16% from 255 or 8.74% from 286); Blue value is 45 (17.97% from 255 or 15.73% from 286); Max value from RGB is 216 - color contains mainly: red. Hex color #D8192D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8192D is #27E6D2. Grayscale: #545454. Windows color (decimal): -2614995 or 2955736. OLE color: 2955736.
HSL color Cylindrical-coordinate representation of color #D8192D: hue angle of 353.72º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D8192D is Cyan = 0, Magento = 0.88, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 25 | 45 | - |
| CMYK | 0 | 0.88 | 0.79 | 0.15 |
| HSL | 353.72º | 0.79% | 0.47% | - |
| HSV(B) | 353.72º | 0.88% | 0.85% | - |
| XYZ | 29.14 | 15.48 | 3.94 | - |
| YUV | 84.39 | 105.78 | 221.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 25 | 45 | 0 | 0.88 | 0.79 | 0.15 | 353.72 | 0.79 | 0.47 |
| Hex | D8 | 19 | 2D | 0 | 58 | 4F | F | 162 | 4F | 2F |
| Octal | 330 | 31 | 55 | 0 | 130 | 117 | 17 | 542 | 117 | 57 |
| Binary | 11011000 | 11001 | 101101 | 0 | 1011000 | 1001111 | 1111 | 101100010 | 1001111 | 101111 |
Color Harmonies of #D8192D
Complementary color
Monochromatic Colors of #D8192D
Black with #D8192D
Text Example
Text Example
White with #D8192D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8192D; }
p { color: rgb(216,25,45); }
H1.HeaderClassName
{
color: #D8192D;
}
.AnyTagClassName
{
color: #D8192D;
}
</style>
background-color css
<style>
a { background-color: #D8192D; }
a { background-color: rgb(216,25,45); }
div.DivClassName
{
background-color: #D8192D;
}
.BgClassName
{
background-color: #D8192D;
}
</style>
border-color css
<style>
span { border-color: #D8192D; }
span { border-color: rgb(216,25,45); }
td.TdClassName
{
border-color: #D8192D;
}
.TagClassName
{
border-color: #D8192D;
}
</style>