Shades of Fire Engine Red #D9102B
Tints of Fire Engine Red #D9102B
RGB
CMYK
RGB Variations
Color information
#D9102B (or 0xD9102B) is known color: Fire Engine Red. HEX triplet: D9, 10 and 2B. RGB value is (217,16,43). Sum of RGB (Red+Green+Blue) = 217+16+43=276 (36% of max value = 765). Red value is 217 (85.16% from 255 or 78.62% from 276); Green value is 16 (6.64% from 255 or 5.80% from 276); Blue value is 43 (17.19% from 255 or 15.58% from 276); Max value from RGB is 217 - color contains mainly: red. Hex color #D9102B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9102B is #26EFD4. Grayscale: #4F4F4F. Windows color (decimal): -2551765 or 2822361. OLE color: 2822361.
HSL color Cylindrical-coordinate representation of color #D9102B: hue angle of 351.94º 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 #D9102B is Cyan = 0, Magento = 0.93, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 16 | 43 | - |
| CMYK | 0 | 0.93 | 0.80 | 0.15 |
| HSL | 351.94º | 0.86% | 0.46% | - |
| HSV(B) | 351.94º | 0.93% | 0.85% | - |
| XYZ | 29.24 | 15.3 | 3.7 | - |
| YUV | 79.18 | 107.59 | 226.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 16 | 43 | 0 | 0.93 | 0.80 | 0.15 | 351.94 | 0.86 | 0.46 |
| Hex | D9 | 10 | 2B | 0 | 5D | 50 | F | 160 | 56 | 2E |
| Octal | 331 | 20 | 53 | 0 | 135 | 120 | 17 | 540 | 126 | 56 |
| Binary | 11011001 | 10000 | 101011 | 0 | 1011101 | 1010000 | 1111 | 101100000 | 1010110 | 101110 |
Color Harmonies of #D9102B
Complementary color
Monochromatic Colors of #D9102B
Black with #D9102B
Text Example
Text Example
White with #D9102B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9102B; }
p { color: rgb(217,16,43); }
H1.HeaderClassName
{
color: #D9102B;
}
.AnyTagClassName
{
color: #D9102B;
}
</style>
background-color css
<style>
a { background-color: #D9102B; }
a { background-color: rgb(217,16,43); }
div.DivClassName
{
background-color: #D9102B;
}
.BgClassName
{
background-color: #D9102B;
}
</style>
border-color css
<style>
span { border-color: #D9102B; }
span { border-color: rgb(217,16,43); }
td.TdClassName
{
border-color: #D9102B;
}
.TagClassName
{
border-color: #D9102B;
}
</style>