Shades of Fire Engine Red #D7141F
Tints of Fire Engine Red #D7141F
RGB
CMYK
RGB Variations
Color information
#D7141F (or 0xD7141F) is known color: Fire Engine Red. HEX triplet: D7, 14 and 1F. RGB value is (215,20,31). Sum of RGB (Red+Green+Blue) = 215+20+31=266 (35% of max value = 765). Red value is 215 (84.38% from 255 or 80.83% from 266); Green value is 20 (8.20% from 255 or 7.52% from 266); Blue value is 31 (12.5% from 255 or 11.65% from 266); Max value from RGB is 215 - color contains mainly: red. Hex color #D7141F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D7141F is #28EBE0. Grayscale: #4F4F4F. Windows color (decimal): -2681825 or 2036951. OLE color: 2036951.
HSL color Cylindrical-coordinate representation of color #D7141F: hue angle of 356.62º 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 #D7141F is Cyan = 0, Magento = 0.91, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 20 | 31 | - |
| CMYK | 0 | 0.91 | 0.86 | 0.16 |
| HSL | 356.62º | 0.83% | 0.46% | - |
| HSV(B) | 356.62º | 0.91% | 0.84% | - |
| XYZ | 28.52 | 15.05 | 2.7 | - |
| YUV | 79.56 | 100.6 | 224.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 20 | 31 | 0 | 0.91 | 0.86 | 0.16 | 356.62 | 0.83 | 0.46 |
| Hex | D7 | 14 | 1F | 0 | 5B | 56 | 10 | 165 | 53 | 2E |
| Octal | 327 | 24 | 37 | 0 | 133 | 126 | 20 | 545 | 123 | 56 |
| Binary | 11010111 | 10100 | 11111 | 0 | 1011011 | 1010110 | 10000 | 101100101 | 1010011 | 101110 |
Color Harmonies of #D7141F
Complementary color
Monochromatic Colors of #D7141F
Black with #D7141F
Text Example
Text Example
White with #D7141F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7141F; }
p { color: rgb(215,20,31); }
H1.HeaderClassName
{
color: #D7141F;
}
.AnyTagClassName
{
color: #D7141F;
}
</style>
background-color css
<style>
a { background-color: #D7141F; }
a { background-color: rgb(215,20,31); }
div.DivClassName
{
background-color: #D7141F;
}
.BgClassName
{
background-color: #D7141F;
}
</style>
border-color css
<style>
span { border-color: #D7141F; }
span { border-color: rgb(215,20,31); }
td.TdClassName
{
border-color: #D7141F;
}
.TagClassName
{
border-color: #D7141F;
}
</style>