Shades of Fire Engine Red #D5191D
Tints of Fire Engine Red #D5191D
RGB
CMYK
RGB Variations
Color information
#D5191D (or 0xD5191D) is known color: Fire Engine Red. HEX triplet: D5, 19 and 1D. RGB value is (213,25,29). Sum of RGB (Red+Green+Blue) = 213+25+29=267 (35% of max value = 765). Red value is 213 (83.59% from 255 or 79.78% from 267); Green value is 25 (10.16% from 255 or 9.36% from 267); Blue value is 29 (11.72% from 255 or 10.86% from 267); Max value from RGB is 213 - color contains mainly: red. Hex color #D5191D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5191D is #2AE6E2. Grayscale: #515151. Windows color (decimal): -2811619 or 1907157. OLE color: 1907157.
HSL color Cylindrical-coordinate representation of color #D5191D: hue angle of 358.72º 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 #D5191D is Cyan = 0, Magento = 0.88, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 25 | 29 | - |
| CMYK | 0 | 0.88 | 0.86 | 0.16 |
| HSL | 358.72º | 0.79% | 0.47% | - |
| HSV(B) | 358.72º | 0.88% | 0.84% | - |
| XYZ | 28.01 | 14.93 | 2.57 | - |
| YUV | 81.67 | 98.28 | 221.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 25 | 29 | 0 | 0.88 | 0.86 | 0.16 | 358.72 | 0.79 | 0.47 |
| Hex | D5 | 19 | 1D | 0 | 58 | 56 | 10 | 167 | 4F | 2F |
| Octal | 325 | 31 | 35 | 0 | 130 | 126 | 20 | 547 | 117 | 57 |
| Binary | 11010101 | 11001 | 11101 | 0 | 1011000 | 1010110 | 10000 | 101100111 | 1001111 | 101111 |
Color Harmonies of #D5191D
Complementary color
Monochromatic Colors of #D5191D
Black with #D5191D
Text Example
Text Example
White with #D5191D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5191D; }
p { color: rgb(213,25,29); }
H1.HeaderClassName
{
color: #D5191D;
}
.AnyTagClassName
{
color: #D5191D;
}
</style>
background-color css
<style>
a { background-color: #D5191D; }
a { background-color: rgb(213,25,29); }
div.DivClassName
{
background-color: #D5191D;
}
.BgClassName
{
background-color: #D5191D;
}
</style>
border-color css
<style>
span { border-color: #D5191D; }
span { border-color: rgb(213,25,29); }
td.TdClassName
{
border-color: #D5191D;
}
.TagClassName
{
border-color: #D5191D;
}
</style>