Shades of Fire Engine Red #D9141C
Tints of Fire Engine Red #D9141C
RGB
CMYK
RGB Variations
Color information
#D9141C (or 0xD9141C) is known color: Fire Engine Red. HEX triplet: D9, 14 and 1C. RGB value is (217,20,28). Sum of RGB (Red+Green+Blue) = 217+20+28=265 (35% of max value = 765). Red value is 217 (85.16% from 255 or 81.89% from 265); Green value is 20 (8.20% from 255 or 7.55% from 265); Blue value is 28 (11.33% from 255 or 10.57% from 265); Max value from RGB is 217 - color contains mainly: red. Hex color #D9141C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9141C is #26EBE3. Grayscale: #4F4F4F. Windows color (decimal): -2550756 or 1840345. OLE color: 1840345.
HSL color Cylindrical-coordinate representation of color #D9141C: hue angle of 357.56º 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 #D9141C is Cyan = 0, Magento = 0.91, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 20 | 28 | - |
| CMYK | 0 | 0.91 | 0.87 | 0.15 |
| HSL | 357.56º | 0.83% | 0.46% | - |
| HSV(B) | 357.56º | 0.91% | 0.85% | - |
| XYZ | 29.08 | 15.34 | 2.53 | - |
| YUV | 79.82 | 98.77 | 225.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 20 | 28 | 0 | 0.91 | 0.87 | 0.15 | 357.56 | 0.83 | 0.46 |
| Hex | D9 | 14 | 1C | 0 | 5B | 57 | F | 166 | 53 | 2E |
| Octal | 331 | 24 | 34 | 0 | 133 | 127 | 17 | 546 | 123 | 56 |
| Binary | 11011001 | 10100 | 11100 | 0 | 1011011 | 1010111 | 1111 | 101100110 | 1010011 | 101110 |
Color Harmonies of #D9141C
Complementary color
Monochromatic Colors of #D9141C
Black with #D9141C
Text Example
Text Example
White with #D9141C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9141C; }
p { color: rgb(217,20,28); }
H1.HeaderClassName
{
color: #D9141C;
}
.AnyTagClassName
{
color: #D9141C;
}
</style>
background-color css
<style>
a { background-color: #D9141C; }
a { background-color: rgb(217,20,28); }
div.DivClassName
{
background-color: #D9141C;
}
.BgClassName
{
background-color: #D9141C;
}
</style>
border-color css
<style>
span { border-color: #D9141C; }
span { border-color: rgb(217,20,28); }
td.TdClassName
{
border-color: #D9141C;
}
.TagClassName
{
border-color: #D9141C;
}
</style>