Shades of Fire Engine Red #D9091D
Tints of Fire Engine Red #D9091D
RGB
CMYK
RGB Variations
Color information
#D9091D (or 0xD9091D) is known color: Fire Engine Red. HEX triplet: D9, 09 and 1D. RGB value is (217,9,29). Sum of RGB (Red+Green+Blue) = 217+9+29=255 (33% of max value = 765). Red value is 217 (85.16% from 255 or 85.10% from 255); Green value is 9 (3.91% from 255 or 3.53% from 255); Blue value is 29 (11.72% from 255 or 11.37% from 255); Max value from RGB is 217 - color contains mainly: red. Hex color #D9091D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9091D is #26F6E2. Grayscale: #494949. Windows color (decimal): -2553571 or 1903065. OLE color: 1903065.
HSL color Cylindrical-coordinate representation of color #D9091D: hue angle of 354.23º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D9091D is Cyan = 0, Magento = 0.96, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 9 | 29 | - |
| CMYK | 0 | 0.96 | 0.87 | 0.15 |
| HSL | 354.23º | 0.92% | 0.44% | - |
| HSV(B) | 354.23º | 0.96% | 0.85% | - |
| XYZ | 28.93 | 15.04 | 2.54 | - |
| YUV | 73.47 | 102.91 | 230.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 9 | 29 | 0 | 0.96 | 0.87 | 0.15 | 354.23 | 0.92 | 0.44 |
| Hex | D9 | 9 | 1D | 0 | 60 | 57 | F | 162 | 5C | 2C |
| Octal | 331 | 11 | 35 | 0 | 140 | 127 | 17 | 542 | 134 | 54 |
| Binary | 11011001 | 1001 | 11101 | 0 | 1100000 | 1010111 | 1111 | 101100010 | 1011100 | 101100 |
Color Harmonies of #D9091D
Complementary color
Monochromatic Colors of #D9091D
Black with #D9091D
Text Example
Text Example
White with #D9091D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9091D; }
p { color: rgb(217,9,29); }
H1.HeaderClassName
{
color: #D9091D;
}
.AnyTagClassName
{
color: #D9091D;
}
</style>
background-color css
<style>
a { background-color: #D9091D; }
a { background-color: rgb(217,9,29); }
div.DivClassName
{
background-color: #D9091D;
}
.BgClassName
{
background-color: #D9091D;
}
</style>
border-color css
<style>
span { border-color: #D9091D; }
span { border-color: rgb(217,9,29); }
td.TdClassName
{
border-color: #D9091D;
}
.TagClassName
{
border-color: #D9091D;
}
</style>