Shades of Fire Engine Red #D5111F
Tints of Fire Engine Red #D5111F
RGB
CMYK
RGB Variations
Color information
#D5111F (or 0xD5111F) is known color: Fire Engine Red. HEX triplet: D5, 11 and 1F. RGB value is (213,17,31). Sum of RGB (Red+Green+Blue) = 213+17+31=261 (34% of max value = 765). Red value is 213 (83.59% from 255 or 81.61% from 261); Green value is 17 (7.03% from 255 or 6.51% from 261); Blue value is 31 (12.5% from 255 or 11.88% from 261); Max value from RGB is 213 - color contains mainly: red. Hex color #D5111F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5111F is #2AEEE0. Grayscale: #4D4D4D. Windows color (decimal): -2813665 or 2036181. OLE color: 2036181.
HSL color Cylindrical-coordinate representation of color #D5111F: hue angle of 355.71º 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 #D5111F is Cyan = 0, Magento = 0.92, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 17 | 31 | - |
| CMYK | 0 | 0.92 | 0.85 | 0.16 |
| HSL | 355.71º | 0.85% | 0.45% | - |
| HSV(B) | 355.71º | 0.92% | 0.84% | - |
| XYZ | 27.89 | 14.65 | 2.65 | - |
| YUV | 77.2 | 101.93 | 224.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 17 | 31 | 0 | 0.92 | 0.85 | 0.16 | 355.71 | 0.85 | 0.45 |
| Hex | D5 | 11 | 1F | 0 | 5C | 55 | 10 | 164 | 55 | 2D |
| Octal | 325 | 21 | 37 | 0 | 134 | 125 | 20 | 544 | 125 | 55 |
| Binary | 11010101 | 10001 | 11111 | 0 | 1011100 | 1010101 | 10000 | 101100100 | 1010101 | 101101 |
Color Harmonies of #D5111F
Complementary color
Monochromatic Colors of #D5111F
Black with #D5111F
Text Example
Text Example
White with #D5111F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5111F; }
p { color: rgb(213,17,31); }
H1.HeaderClassName
{
color: #D5111F;
}
.AnyTagClassName
{
color: #D5111F;
}
</style>
background-color css
<style>
a { background-color: #D5111F; }
a { background-color: rgb(213,17,31); }
div.DivClassName
{
background-color: #D5111F;
}
.BgClassName
{
background-color: #D5111F;
}
</style>
border-color css
<style>
span { border-color: #D5111F; }
span { border-color: rgb(213,17,31); }
td.TdClassName
{
border-color: #D5111F;
}
.TagClassName
{
border-color: #D5111F;
}
</style>