Shades of Fire Engine Red #D9101C
Tints of Fire Engine Red #D9101C
RGB
CMYK
RGB Variations
Color information
#D9101C (or 0xD9101C) is known color: Fire Engine Red. HEX triplet: D9, 10 and 1C. RGB value is (217,16,28). Sum of RGB (Red+Green+Blue) = 217+16+28=261 (34% of max value = 765). Red value is 217 (85.16% from 255 or 83.14% from 261); Green value is 16 (6.64% from 255 or 6.13% from 261); Blue value is 28 (11.33% from 255 or 10.73% from 261); Max value from RGB is 217 - color contains mainly: red. Hex color #D9101C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9101C is #26EFE3. Grayscale: #4D4D4D. Windows color (decimal): -2551780 or 1839321. OLE color: 1839321.
HSL color Cylindrical-coordinate representation of color #D9101C: hue angle of 356.42º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D9101C is Cyan = 0, Magento = 0.93, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 16 | 28 | - |
| CMYK | 0 | 0.93 | 0.87 | 0.15 |
| HSL | 356.42º | 0.86% | 0.46% | - |
| HSV(B) | 356.42º | 0.93% | 0.85% | - |
| XYZ | 29.01 | 15.21 | 2.5 | - |
| YUV | 77.47 | 100.09 | 227.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 16 | 28 | 0 | 0.93 | 0.87 | 0.15 | 356.42 | 0.86 | 0.46 |
| Hex | D9 | 10 | 1C | 0 | 5D | 57 | F | 164 | 56 | 2E |
| Octal | 331 | 20 | 34 | 0 | 135 | 127 | 17 | 544 | 126 | 56 |
| Binary | 11011001 | 10000 | 11100 | 0 | 1011101 | 1010111 | 1111 | 101100100 | 1010110 | 101110 |
Color Harmonies of #D9101C
Complementary color
Monochromatic Colors of #D9101C
Black with #D9101C
Text Example
Text Example
White with #D9101C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9101C; }
p { color: rgb(217,16,28); }
H1.HeaderClassName
{
color: #D9101C;
}
.AnyTagClassName
{
color: #D9101C;
}
</style>
background-color css
<style>
a { background-color: #D9101C; }
a { background-color: rgb(217,16,28); }
div.DivClassName
{
background-color: #D9101C;
}
.BgClassName
{
background-color: #D9101C;
}
</style>
border-color css
<style>
span { border-color: #D9101C; }
span { border-color: rgb(217,16,28); }
td.TdClassName
{
border-color: #D9101C;
}
.TagClassName
{
border-color: #D9101C;
}
</style>