Shades of Fire Engine Red #D9131C
Tints of Fire Engine Red #D9131C
RGB
CMYK
RGB Variations
Color information
#D9131C (or 0xD9131C) is known color: Fire Engine Red. HEX triplet: D9, 13 and 1C. RGB value is (217,19,28). Sum of RGB (Red+Green+Blue) = 217+19+28=264 (34% of max value = 765). Red value is 217 (85.16% from 255 or 82.20% from 264); Green value is 19 (7.81% from 255 or 7.20% from 264); Blue value is 28 (11.33% from 255 or 10.61% from 264); Max value from RGB is 217 - color contains mainly: red. Hex color #D9131C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9131C is #26ECE3. Grayscale: #4F4F4F. Windows color (decimal): -2551012 or 1840089. OLE color: 1840089.
HSL color Cylindrical-coordinate representation of color #D9131C: hue angle of 357.27º 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 #D9131C is Cyan = 0, Magento = 0.91, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 19 | 28 | - |
| CMYK | 0 | 0.91 | 0.87 | 0.15 |
| HSL | 357.27º | 0.84% | 0.46% | - |
| HSV(B) | 357.27º | 0.91% | 0.85% | - |
| XYZ | 29.06 | 15.3 | 2.52 | - |
| YUV | 79.23 | 99.1 | 226.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 19 | 28 | 0 | 0.91 | 0.87 | 0.15 | 357.27 | 0.84 | 0.46 |
| Hex | D9 | 13 | 1C | 0 | 5B | 57 | F | 165 | 54 | 2E |
| Octal | 331 | 23 | 34 | 0 | 133 | 127 | 17 | 545 | 124 | 56 |
| Binary | 11011001 | 10011 | 11100 | 0 | 1011011 | 1010111 | 1111 | 101100101 | 1010100 | 101110 |
Color Harmonies of #D9131C
Complementary color
Monochromatic Colors of #D9131C
Black with #D9131C
Text Example
Text Example
White with #D9131C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9131C; }
p { color: rgb(217,19,28); }
H1.HeaderClassName
{
color: #D9131C;
}
.AnyTagClassName
{
color: #D9131C;
}
</style>
background-color css
<style>
a { background-color: #D9131C; }
a { background-color: rgb(217,19,28); }
div.DivClassName
{
background-color: #D9131C;
}
.BgClassName
{
background-color: #D9131C;
}
</style>
border-color css
<style>
span { border-color: #D9131C; }
span { border-color: rgb(217,19,28); }
td.TdClassName
{
border-color: #D9131C;
}
.TagClassName
{
border-color: #D9131C;
}
</style>