Shades of Fire Engine Red #D9131D
Tints of Fire Engine Red #D9131D
RGB
CMYK
RGB Variations
Color information
#D9131D (or 0xD9131D) is known color: Fire Engine Red. HEX triplet: D9, 13 and 1D. RGB value is (217,19,29). Sum of RGB (Red+Green+Blue) = 217+19+29=265 (35% of max value = 765). Red value is 217 (85.16% from 255 or 81.89% from 265); Green value is 19 (7.81% from 255 or 7.17% from 265); Blue value is 29 (11.72% from 255 or 10.94% from 265); Max value from RGB is 217 - color contains mainly: red. Hex color #D9131D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9131D is #26ECE2. Grayscale: #4F4F4F. Windows color (decimal): -2551011 or 1905625. OLE color: 1905625.
HSL color Cylindrical-coordinate representation of color #D9131D: hue angle of 356.97º 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 #D9131D is Cyan = 0, Magento = 0.91, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 19 | 29 | - |
| CMYK | 0 | 0.91 | 0.87 | 0.15 |
| HSL | 356.97º | 0.84% | 0.46% | - |
| HSV(B) | 356.97º | 0.91% | 0.85% | - |
| XYZ | 29.07 | 15.31 | 2.58 | - |
| YUV | 79.34 | 99.6 | 226.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 19 | 29 | 0 | 0.91 | 0.87 | 0.15 | 356.97 | 0.84 | 0.46 |
| Hex | D9 | 13 | 1D | 0 | 5B | 57 | F | 165 | 54 | 2E |
| Octal | 331 | 23 | 35 | 0 | 133 | 127 | 17 | 545 | 124 | 56 |
| Binary | 11011001 | 10011 | 11101 | 0 | 1011011 | 1010111 | 1111 | 101100101 | 1010100 | 101110 |
Color Harmonies of #D9131D
Complementary color
Monochromatic Colors of #D9131D
Black with #D9131D
Text Example
Text Example
White with #D9131D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9131D; }
p { color: rgb(217,19,29); }
H1.HeaderClassName
{
color: #D9131D;
}
.AnyTagClassName
{
color: #D9131D;
}
</style>
background-color css
<style>
a { background-color: #D9131D; }
a { background-color: rgb(217,19,29); }
div.DivClassName
{
background-color: #D9131D;
}
.BgClassName
{
background-color: #D9131D;
}
</style>
border-color css
<style>
span { border-color: #D9131D; }
span { border-color: rgb(217,19,29); }
td.TdClassName
{
border-color: #D9131D;
}
.TagClassName
{
border-color: #D9131D;
}
</style>