Shades of Fire Engine Red #D7091D
Tints of Fire Engine Red #D7091D
RGB
CMYK
RGB Variations
Color information
#D7091D (or 0xD7091D) is known color: Fire Engine Red. HEX triplet: D7, 09 and 1D. RGB value is (215,9,29). Sum of RGB (Red+Green+Blue) = 215+9+29=253 (33% of max value = 765). Red value is 215 (84.38% from 255 or 84.98% from 253); Green value is 9 (3.91% from 255 or 3.56% from 253); Blue value is 29 (11.72% from 255 or 11.46% from 253); Max value from RGB is 215 - color contains mainly: red. Hex color #D7091D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D7091D is #28F6E2. Grayscale: #494949. Windows color (decimal): -2684643 or 1903063. OLE color: 1903063.
HSL color Cylindrical-coordinate representation of color #D7091D: hue angle of 354.17º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D7091D is Cyan = 0, Magento = 0.96, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 9 | 29 | - |
| CMYK | 0 | 0.96 | 0.87 | 0.16 |
| HSL | 354.17º | 0.92% | 0.44% | - |
| HSV(B) | 354.17º | 0.96% | 0.84% | - |
| XYZ | 28.34 | 14.73 | 2.51 | - |
| YUV | 72.87 | 103.25 | 229.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 9 | 29 | 0 | 0.96 | 0.87 | 0.16 | 354.17 | 0.92 | 0.44 |
| Hex | D7 | 9 | 1D | 0 | 60 | 57 | 10 | 162 | 5C | 2C |
| Octal | 327 | 11 | 35 | 0 | 140 | 127 | 20 | 542 | 134 | 54 |
| Binary | 11010111 | 1001 | 11101 | 0 | 1100000 | 1010111 | 10000 | 101100010 | 1011100 | 101100 |
Color Harmonies of #D7091D
Complementary color
Monochromatic Colors of #D7091D
Black with #D7091D
Text Example
Text Example
White with #D7091D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7091D; }
p { color: rgb(215,9,29); }
H1.HeaderClassName
{
color: #D7091D;
}
.AnyTagClassName
{
color: #D7091D;
}
</style>
background-color css
<style>
a { background-color: #D7091D; }
a { background-color: rgb(215,9,29); }
div.DivClassName
{
background-color: #D7091D;
}
.BgClassName
{
background-color: #D7091D;
}
</style>
border-color css
<style>
span { border-color: #D7091D; }
span { border-color: rgb(215,9,29); }
td.TdClassName
{
border-color: #D7091D;
}
.TagClassName
{
border-color: #D7091D;
}
</style>