Shades of Fire Engine Red #D7132B
Tints of Fire Engine Red #D7132B
RGB
CMYK
RGB Variations
Color information
#D7132B (or 0xD7132B) is known color: Fire Engine Red. HEX triplet: D7, 13 and 2B. RGB value is (215,19,43). Sum of RGB (Red+Green+Blue) = 215+19+43=277 (36% of max value = 765). Red value is 215 (84.38% from 255 or 77.62% from 277); Green value is 19 (7.81% from 255 or 6.86% from 277); Blue value is 43 (17.19% from 255 or 15.52% from 277); Max value from RGB is 215 - color contains mainly: red. Hex color #D7132B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D7132B is #28ECD4. Grayscale: #505050. Windows color (decimal): -2682069 or 2823127. OLE color: 2823127.
HSL color Cylindrical-coordinate representation of color #D7132B: hue angle of 352.65º degrees, saturation: 0.84, 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 #D7132B is Cyan = 0, Magento = 0.91, Yellow = 0.8 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 19 | 43 | - |
| CMYK | 0 | 0.91 | 0.8 | 0.16 |
| HSL | 352.65º | 0.84% | 0.46% | - |
| HSV(B) | 352.65º | 0.91% | 0.84% | - |
| XYZ | 28.69 | 15.09 | 3.69 | - |
| YUV | 80.34 | 106.93 | 224.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 19 | 43 | 0 | 0.91 | 0.8 | 0.16 | 352.65 | 0.84 | 0.46 |
| Hex | D7 | 13 | 2B | 0 | 5B | 50 | 10 | 161 | 54 | 2E |
| Octal | 327 | 23 | 53 | 0 | 133 | 120 | 20 | 541 | 124 | 56 |
| Binary | 11010111 | 10011 | 101011 | 0 | 1011011 | 1010000 | 10000 | 101100001 | 1010100 | 101110 |
Color Harmonies of #D7132B
Complementary color
Monochromatic Colors of #D7132B
Black with #D7132B
Text Example
Text Example
White with #D7132B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7132B; }
p { color: rgb(215,19,43); }
H1.HeaderClassName
{
color: #D7132B;
}
.AnyTagClassName
{
color: #D7132B;
}
</style>
background-color css
<style>
a { background-color: #D7132B; }
a { background-color: rgb(215,19,43); }
div.DivClassName
{
background-color: #D7132B;
}
.BgClassName
{
background-color: #D7132B;
}
</style>
border-color css
<style>
span { border-color: #D7132B; }
span { border-color: rgb(215,19,43); }
td.TdClassName
{
border-color: #D7132B;
}
.TagClassName
{
border-color: #D7132B;
}
</style>