Shades of Fire Engine Red #D1092B
Tints of Fire Engine Red #D1092B
RGB
CMYK
RGB Variations
Color information
#D1092B (or 0xD1092B) is known color: Fire Engine Red. HEX triplet: D1, 09 and 2B. RGB value is (209,9,43). Sum of RGB (Red+Green+Blue) = 209+9+43=261 (34% of max value = 765). Red value is 209 (82.03% from 255 or 80.08% from 261); Green value is 9 (3.91% from 255 or 3.45% from 261); Blue value is 43 (17.19% from 255 or 16.48% from 261); Max value from RGB is 209 - color contains mainly: red. Hex color #D1092B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1092B is #2EF6D4. Grayscale: #484848. Windows color (decimal): -3077845 or 2820561. OLE color: 2820561.
HSL color Cylindrical-coordinate representation of color #D1092B: hue angle of 349.8º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D1092B is Cyan = 0, Magento = 0.96, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 9 | 43 | - |
| CMYK | 0 | 0.96 | 0.79 | 0.18 |
| HSL | 349.8º | 0.92% | 0.43% | - |
| HSV(B) | 349.8º | 0.96% | 0.82% | - |
| XYZ | 26.83 | 13.93 | 3.56 | - |
| YUV | 72.68 | 111.26 | 225.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 9 | 43 | 0 | 0.96 | 0.79 | 0.18 | 349.8 | 0.92 | 0.43 |
| Hex | D1 | 9 | 2B | 0 | 60 | 4F | 12 | 15E | 5C | 2B |
| Octal | 321 | 11 | 53 | 0 | 140 | 117 | 22 | 536 | 134 | 53 |
| Binary | 11010001 | 1001 | 101011 | 0 | 1100000 | 1001111 | 10010 | 101011110 | 1011100 | 101011 |
Color Harmonies of #D1092B
Complementary color
Monochromatic Colors of #D1092B
Black with #D1092B
Text Example
Text Example
White with #D1092B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1092B; }
p { color: rgb(209,9,43); }
H1.HeaderClassName
{
color: #D1092B;
}
.AnyTagClassName
{
color: #D1092B;
}
</style>
background-color css
<style>
a { background-color: #D1092B; }
a { background-color: rgb(209,9,43); }
div.DivClassName
{
background-color: #D1092B;
}
.BgClassName
{
background-color: #D1092B;
}
</style>
border-color css
<style>
span { border-color: #D1092B; }
span { border-color: rgb(209,9,43); }
td.TdClassName
{
border-color: #D1092B;
}
.TagClassName
{
border-color: #D1092B;
}
</style>