Shades of Fire Engine Red #D5191E
Tints of Fire Engine Red #D5191E
RGB
CMYK
RGB Variations
Color information
#D5191E (or 0xD5191E) is known color: Fire Engine Red. HEX triplet: D5, 19 and 1E. RGB value is (213,25,30). Sum of RGB (Red+Green+Blue) = 213+25+30=268 (35% of max value = 765). Red value is 213 (83.59% from 255 or 79.48% from 268); Green value is 25 (10.16% from 255 or 9.33% from 268); Blue value is 30 (12.11% from 255 or 11.19% from 268); Max value from RGB is 213 - color contains mainly: red. Hex color #D5191E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5191E is #2AE6E1. Grayscale: #515151. Windows color (decimal): -2811618 or 1972693. OLE color: 1972693.
HSL color Cylindrical-coordinate representation of color #D5191E: hue angle of 358.4º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D5191E is Cyan = 0, Magento = 0.88, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 25 | 30 | - |
| CMYK | 0 | 0.88 | 0.86 | 0.16 |
| HSL | 358.4º | 0.79% | 0.47% | - |
| HSV(B) | 358.4º | 0.88% | 0.84% | - |
| XYZ | 28.02 | 14.94 | 2.63 | - |
| YUV | 81.78 | 98.78 | 221.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 25 | 30 | 0 | 0.88 | 0.86 | 0.16 | 358.4 | 0.79 | 0.47 |
| Hex | D5 | 19 | 1E | 0 | 58 | 56 | 10 | 166 | 4F | 2F |
| Octal | 325 | 31 | 36 | 0 | 130 | 126 | 20 | 546 | 117 | 57 |
| Binary | 11010101 | 11001 | 11110 | 0 | 1011000 | 1010110 | 10000 | 101100110 | 1001111 | 101111 |
Color Harmonies of #D5191E
Complementary color
Monochromatic Colors of #D5191E
Black with #D5191E
Text Example
Text Example
White with #D5191E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5191E; }
p { color: rgb(213,25,30); }
H1.HeaderClassName
{
color: #D5191E;
}
.AnyTagClassName
{
color: #D5191E;
}
</style>
background-color css
<style>
a { background-color: #D5191E; }
a { background-color: rgb(213,25,30); }
div.DivClassName
{
background-color: #D5191E;
}
.BgClassName
{
background-color: #D5191E;
}
</style>
border-color css
<style>
span { border-color: #D5191E; }
span { border-color: rgb(213,25,30); }
td.TdClassName
{
border-color: #D5191E;
}
.TagClassName
{
border-color: #D5191E;
}
</style>