Shades of Fire Engine Red #D5151E
Tints of Fire Engine Red #D5151E
RGB
CMYK
RGB Variations
Color information
#D5151E (or 0xD5151E) is known color: Fire Engine Red. HEX triplet: D5, 15 and 1E. RGB value is (213,21,30). Sum of RGB (Red+Green+Blue) = 213+21+30=264 (34% of max value = 765). Red value is 213 (83.59% from 255 or 80.68% from 264); Green value is 21 (8.59% from 255 or 7.95% from 264); Blue value is 30 (12.11% from 255 or 11.36% from 264); Max value from RGB is 213 - color contains mainly: red. Hex color #D5151E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5151E is #2AEAE1. Grayscale: #4F4F4F. Windows color (decimal): -2812642 or 1971669. OLE color: 1971669.
HSL color Cylindrical-coordinate representation of color #D5151E: hue angle of 357.19º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D5151E is Cyan = 0, Magento = 0.90, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 21 | 30 | - |
| CMYK | 0 | 0.90 | 0.86 | 0.16 |
| HSL | 357.19º | 0.82% | 0.46% | - |
| HSV(B) | 357.19º | 0.9% | 0.84% | - |
| XYZ | 27.94 | 14.78 | 2.61 | - |
| YUV | 79.43 | 100.11 | 223.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 21 | 30 | 0 | 0.90 | 0.86 | 0.16 | 357.19 | 0.82 | 0.46 |
| Hex | D5 | 15 | 1E | 0 | 5A | 56 | 10 | 165 | 52 | 2E |
| Octal | 325 | 25 | 36 | 0 | 132 | 126 | 20 | 545 | 122 | 56 |
| Binary | 11010101 | 10101 | 11110 | 0 | 1011010 | 1010110 | 10000 | 101100101 | 1010010 | 101110 |
Color Harmonies of #D5151E
Complementary color
Monochromatic Colors of #D5151E
Black with #D5151E
Text Example
Text Example
White with #D5151E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5151E; }
p { color: rgb(213,21,30); }
H1.HeaderClassName
{
color: #D5151E;
}
.AnyTagClassName
{
color: #D5151E;
}
</style>
background-color css
<style>
a { background-color: #D5151E; }
a { background-color: rgb(213,21,30); }
div.DivClassName
{
background-color: #D5151E;
}
.BgClassName
{
background-color: #D5151E;
}
</style>
border-color css
<style>
span { border-color: #D5151E; }
span { border-color: rgb(213,21,30); }
td.TdClassName
{
border-color: #D5151E;
}
.TagClassName
{
border-color: #D5151E;
}
</style>