Shades of Fire Engine Red #D9141D
Tints of Fire Engine Red #D9141D
RGB
CMYK
RGB Variations
Color information
#D9141D (or 0xD9141D) is known color: Fire Engine Red. HEX triplet: D9, 14 and 1D. RGB value is (217,20,29). Sum of RGB (Red+Green+Blue) = 217+20+29=266 (35% of max value = 765). Red value is 217 (85.16% from 255 or 81.58% from 266); Green value is 20 (8.20% from 255 or 7.52% from 266); Blue value is 29 (11.72% from 255 or 10.90% from 266); Max value from RGB is 217 - color contains mainly: red. Hex color #D9141D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9141D is #26EBE2. Grayscale: #505050. Windows color (decimal): -2550755 or 1905881. OLE color: 1905881.
HSL color Cylindrical-coordinate representation of color #D9141D: hue angle of 357.26º degrees, saturation: 0.83, 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 #D9141D is Cyan = 0, Magento = 0.91, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 20 | 29 | - |
| CMYK | 0 | 0.91 | 0.87 | 0.15 |
| HSL | 357.26º | 0.83% | 0.46% | - |
| HSV(B) | 357.26º | 0.91% | 0.85% | - |
| XYZ | 29.09 | 15.34 | 2.59 | - |
| YUV | 79.93 | 99.27 | 225.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 20 | 29 | 0 | 0.91 | 0.87 | 0.15 | 357.26 | 0.83 | 0.46 |
| Hex | D9 | 14 | 1D | 0 | 5B | 57 | F | 165 | 53 | 2E |
| Octal | 331 | 24 | 35 | 0 | 133 | 127 | 17 | 545 | 123 | 56 |
| Binary | 11011001 | 10100 | 11101 | 0 | 1011011 | 1010111 | 1111 | 101100101 | 1010011 | 101110 |
Color Harmonies of #D9141D
Complementary color
Monochromatic Colors of #D9141D
Black with #D9141D
Text Example
Text Example
White with #D9141D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9141D; }
p { color: rgb(217,20,29); }
H1.HeaderClassName
{
color: #D9141D;
}
.AnyTagClassName
{
color: #D9141D;
}
</style>
background-color css
<style>
a { background-color: #D9141D; }
a { background-color: rgb(217,20,29); }
div.DivClassName
{
background-color: #D9141D;
}
.BgClassName
{
background-color: #D9141D;
}
</style>
border-color css
<style>
span { border-color: #D9141D; }
span { border-color: rgb(217,20,29); }
td.TdClassName
{
border-color: #D9141D;
}
.TagClassName
{
border-color: #D9141D;
}
</style>