Shades of Fire Engine Red #D8131A
Tints of Fire Engine Red #D8131A
RGB
CMYK
RGB Variations
Color information
#D8131A (or 0xD8131A) is known color: Fire Engine Red. HEX triplet: D8, 13 and 1A. RGB value is (216,19,26). Sum of RGB (Red+Green+Blue) = 216+19+26=261 (34% of max value = 765). Red value is 216 (84.77% from 255 or 82.76% from 261); Green value is 19 (7.81% from 255 or 7.28% from 261); Blue value is 26 (10.55% from 255 or 9.96% from 261); Max value from RGB is 216 - color contains mainly: red. Hex color #D8131A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8131A is #27ECE5. Grayscale: #4E4E4E. Windows color (decimal): -2616550 or 1709016. OLE color: 1709016.
HSL color Cylindrical-coordinate representation of color #D8131A: hue angle of 357.87º 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 #D8131A is Cyan = 0, Magento = 0.91, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 19 | 26 | - |
| CMYK | 0 | 0.91 | 0.88 | 0.15 |
| HSL | 357.87º | 0.84% | 0.46% | - |
| HSV(B) | 357.87º | 0.91% | 0.85% | - |
| XYZ | 28.74 | 15.14 | 2.38 | - |
| YUV | 78.7 | 98.27 | 225.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 19 | 26 | 0 | 0.91 | 0.88 | 0.15 | 357.87 | 0.84 | 0.46 |
| Hex | D8 | 13 | 1A | 0 | 5B | 58 | F | 166 | 54 | 2E |
| Octal | 330 | 23 | 32 | 0 | 133 | 130 | 17 | 546 | 124 | 56 |
| Binary | 11011000 | 10011 | 11010 | 0 | 1011011 | 1011000 | 1111 | 101100110 | 1010100 | 101110 |
Color Harmonies of #D8131A
Complementary color
Monochromatic Colors of #D8131A
Black with #D8131A
Text Example
Text Example
White with #D8131A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8131A; }
p { color: rgb(216,19,26); }
H1.HeaderClassName
{
color: #D8131A;
}
.AnyTagClassName
{
color: #D8131A;
}
</style>
background-color css
<style>
a { background-color: #D8131A; }
a { background-color: rgb(216,19,26); }
div.DivClassName
{
background-color: #D8131A;
}
.BgClassName
{
background-color: #D8131A;
}
</style>
border-color css
<style>
span { border-color: #D8131A; }
span { border-color: rgb(216,19,26); }
td.TdClassName
{
border-color: #D8131A;
}
.TagClassName
{
border-color: #D8131A;
}
</style>