Shades of Fire Engine Red #D8122B
Tints of Fire Engine Red #D8122B
RGB
CMYK
RGB Variations
Color information
#D8122B (or 0xD8122B) is known color: Fire Engine Red. HEX triplet: D8, 12 and 2B. RGB value is (216,18,43). Sum of RGB (Red+Green+Blue) = 216+18+43=277 (36% of max value = 765). Red value is 216 (84.77% from 255 or 77.98% from 277); Green value is 18 (7.42% from 255 or 6.50% from 277); Blue value is 43 (17.19% from 255 or 15.52% from 277); Max value from RGB is 216 - color contains mainly: red. Hex color #D8122B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8122B is #27EDD4. Grayscale: #505050. Windows color (decimal): -2616789 or 2822872. OLE color: 2822872.
HSL color Cylindrical-coordinate representation of color #D8122B: hue angle of 352.42º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D8122B is Cyan = 0, Magento = 0.92, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 18 | 43 | - |
| CMYK | 0 | 0.92 | 0.80 | 0.15 |
| HSL | 352.42º | 0.85% | 0.46% | - |
| HSV(B) | 352.42º | 0.92% | 0.85% | - |
| XYZ | 28.97 | 15.21 | 3.69 | - |
| YUV | 80.05 | 107.1 | 224.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 18 | 43 | 0 | 0.92 | 0.80 | 0.15 | 352.42 | 0.85 | 0.46 |
| Hex | D8 | 12 | 2B | 0 | 5C | 50 | F | 160 | 55 | 2E |
| Octal | 330 | 22 | 53 | 0 | 134 | 120 | 17 | 540 | 125 | 56 |
| Binary | 11011000 | 10010 | 101011 | 0 | 1011100 | 1010000 | 1111 | 101100000 | 1010101 | 101110 |
Color Harmonies of #D8122B
Complementary color
Monochromatic Colors of #D8122B
Black with #D8122B
Text Example
Text Example
White with #D8122B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8122B; }
p { color: rgb(216,18,43); }
H1.HeaderClassName
{
color: #D8122B;
}
.AnyTagClassName
{
color: #D8122B;
}
</style>
background-color css
<style>
a { background-color: #D8122B; }
a { background-color: rgb(216,18,43); }
div.DivClassName
{
background-color: #D8122B;
}
.BgClassName
{
background-color: #D8122B;
}
</style>
border-color css
<style>
span { border-color: #D8122B; }
span { border-color: rgb(216,18,43); }
td.TdClassName
{
border-color: #D8122B;
}
.TagClassName
{
border-color: #D8122B;
}
</style>