Shades of Fire Engine Red #D7141D
Tints of Fire Engine Red #D7141D
RGB
CMYK
RGB Variations
Color information
#D7141D (or 0xD7141D) is known color: Fire Engine Red. HEX triplet: D7, 14 and 1D. RGB value is (215,20,29). Sum of RGB (Red+Green+Blue) = 215+20+29=264 (34% of max value = 765). Red value is 215 (84.38% from 255 or 81.44% from 264); Green value is 20 (8.20% from 255 or 7.58% from 264); Blue value is 29 (11.72% from 255 or 10.98% from 264); Max value from RGB is 215 - color contains mainly: red. Hex color #D7141D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D7141D is #28EBE2. Grayscale: #4F4F4F. Windows color (decimal): -2681827 or 1905879. OLE color: 1905879.
HSL color Cylindrical-coordinate representation of color #D7141D: hue angle of 357.23º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D7141D is Cyan = 0, Magento = 0.91, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 20 | 29 | - |
| CMYK | 0 | 0.91 | 0.87 | 0.16 |
| HSL | 357.23º | 0.83% | 0.46% | - |
| HSV(B) | 357.23º | 0.91% | 0.84% | - |
| XYZ | 28.5 | 15.04 | 2.56 | - |
| YUV | 79.33 | 99.6 | 224.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 20 | 29 | 0 | 0.91 | 0.87 | 0.16 | 357.23 | 0.83 | 0.46 |
| Hex | D7 | 14 | 1D | 0 | 5B | 57 | 10 | 165 | 53 | 2E |
| Octal | 327 | 24 | 35 | 0 | 133 | 127 | 20 | 545 | 123 | 56 |
| Binary | 11010111 | 10100 | 11101 | 0 | 1011011 | 1010111 | 10000 | 101100101 | 1010011 | 101110 |
Color Harmonies of #D7141D
Complementary color
Monochromatic Colors of #D7141D
Black with #D7141D
Text Example
Text Example
White with #D7141D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7141D; }
p { color: rgb(215,20,29); }
H1.HeaderClassName
{
color: #D7141D;
}
.AnyTagClassName
{
color: #D7141D;
}
</style>
background-color css
<style>
a { background-color: #D7141D; }
a { background-color: rgb(215,20,29); }
div.DivClassName
{
background-color: #D7141D;
}
.BgClassName
{
background-color: #D7141D;
}
</style>
border-color css
<style>
span { border-color: #D7141D; }
span { border-color: rgb(215,20,29); }
td.TdClassName
{
border-color: #D7141D;
}
.TagClassName
{
border-color: #D7141D;
}
</style>