Shades of Fire Engine Red #D5112B
Tints of Fire Engine Red #D5112B
RGB
CMYK
RGB Variations
Color information
#D5112B (or 0xD5112B) is known color: Fire Engine Red. HEX triplet: D5, 11 and 2B. RGB value is (213,17,43). Sum of RGB (Red+Green+Blue) = 213+17+43=273 (36% of max value = 765). Red value is 213 (83.59% from 255 or 78.02% from 273); Green value is 17 (7.03% from 255 or 6.23% from 273); Blue value is 43 (17.19% from 255 or 15.75% from 273); Max value from RGB is 213 - color contains mainly: red. Hex color #D5112B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5112B is #2AEED4. Grayscale: #4E4E4E. Windows color (decimal): -2813653 or 2822613. OLE color: 2822613.
HSL color Cylindrical-coordinate representation of color #D5112B: hue angle of 352.04º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D5112B is Cyan = 0, Magento = 0.92, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 17 | 43 | - |
| CMYK | 0 | 0.92 | 0.80 | 0.16 |
| HSL | 352.04º | 0.85% | 0.45% | - |
| HSV(B) | 352.04º | 0.92% | 0.84% | - |
| XYZ | 28.08 | 14.72 | 3.65 | - |
| YUV | 78.57 | 107.93 | 223.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 17 | 43 | 0 | 0.92 | 0.80 | 0.16 | 352.04 | 0.85 | 0.45 |
| Hex | D5 | 11 | 2B | 0 | 5C | 50 | 10 | 160 | 55 | 2D |
| Octal | 325 | 21 | 53 | 0 | 134 | 120 | 20 | 540 | 125 | 55 |
| Binary | 11010101 | 10001 | 101011 | 0 | 1011100 | 1010000 | 10000 | 101100000 | 1010101 | 101101 |
Color Harmonies of #D5112B
Complementary color
Monochromatic Colors of #D5112B
Black with #D5112B
Text Example
Text Example
White with #D5112B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5112B; }
p { color: rgb(213,17,43); }
H1.HeaderClassName
{
color: #D5112B;
}
.AnyTagClassName
{
color: #D5112B;
}
</style>
background-color css
<style>
a { background-color: #D5112B; }
a { background-color: rgb(213,17,43); }
div.DivClassName
{
background-color: #D5112B;
}
.BgClassName
{
background-color: #D5112B;
}
</style>
border-color css
<style>
span { border-color: #D5112B; }
span { border-color: rgb(213,17,43); }
td.TdClassName
{
border-color: #D5112B;
}
.TagClassName
{
border-color: #D5112B;
}
</style>