Shades of Fire Engine Red #D8131C
Tints of Fire Engine Red #D8131C
RGB
CMYK
RGB Variations
Color information
#D8131C (or 0xD8131C) is known color: Fire Engine Red. HEX triplet: D8, 13 and 1C. RGB value is (216,19,28). Sum of RGB (Red+Green+Blue) = 216+19+28=263 (34% of max value = 765). Red value is 216 (84.77% from 255 or 82.13% from 263); Green value is 19 (7.81% from 255 or 7.22% from 263); Blue value is 28 (11.33% from 255 or 10.65% from 263); Max value from RGB is 216 - color contains mainly: red. Hex color #D8131C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8131C is #27ECE3. Grayscale: #4F4F4F. Windows color (decimal): -2616548 or 1840088. OLE color: 1840088.
HSL color Cylindrical-coordinate representation of color #D8131C: hue angle of 357.26º 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 #D8131C is Cyan = 0, Magento = 0.91, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 19 | 28 | - |
| CMYK | 0 | 0.91 | 0.87 | 0.15 |
| HSL | 357.26º | 0.84% | 0.46% | - |
| HSV(B) | 357.26º | 0.91% | 0.85% | - |
| XYZ | 28.76 | 15.15 | 2.51 | - |
| YUV | 78.93 | 99.27 | 225.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 19 | 28 | 0 | 0.91 | 0.87 | 0.15 | 357.26 | 0.84 | 0.46 |
| Hex | D8 | 13 | 1C | 0 | 5B | 57 | F | 165 | 54 | 2E |
| Octal | 330 | 23 | 34 | 0 | 133 | 127 | 17 | 545 | 124 | 56 |
| Binary | 11011000 | 10011 | 11100 | 0 | 1011011 | 1010111 | 1111 | 101100101 | 1010100 | 101110 |
Color Harmonies of #D8131C
Complementary color
Monochromatic Colors of #D8131C
Black with #D8131C
Text Example
Text Example
White with #D8131C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8131C; }
p { color: rgb(216,19,28); }
H1.HeaderClassName
{
color: #D8131C;
}
.AnyTagClassName
{
color: #D8131C;
}
</style>
background-color css
<style>
a { background-color: #D8131C; }
a { background-color: rgb(216,19,28); }
div.DivClassName
{
background-color: #D8131C;
}
.BgClassName
{
background-color: #D8131C;
}
</style>
border-color css
<style>
span { border-color: #D8131C; }
span { border-color: rgb(216,19,28); }
td.TdClassName
{
border-color: #D8131C;
}
.TagClassName
{
border-color: #D8131C;
}
</style>