Shades of Fire Engine Red #BC171F
Tints of Fire Engine Red #BC171F
RGB
CMYK
RGB Variations
Color information
#BC171F (or 0xBC171F) is known color: Fire Engine Red. HEX triplet: BC, 17 and 1F. RGB value is (188,23,31). Sum of RGB (Red+Green+Blue) = 188+23+31=242 (32% of max value = 765). Red value is 188 (73.83% from 255 or 77.69% from 242); Green value is 23 (9.38% from 255 or 9.50% from 242); Blue value is 31 (12.5% from 255 or 12.81% from 242); Max value from RGB is 188 - color contains mainly: red. Hex color #BC171F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC171F is #43E8E0. Grayscale: #494949. Windows color (decimal): -4450529 or 2037692. OLE color: 2037692.
HSL color Cylindrical-coordinate representation of color #BC171F: hue angle of 357.09º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BC171F is Cyan = 0, Magento = 0.88, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 23 | 31 | - |
| CMYK | 0 | 0.88 | 0.84 | 0.26 |
| HSL | 357.09º | 0.78% | 0.41% | - |
| HSV(B) | 357.09º | 0.88% | 0.74% | - |
| XYZ | 21.29 | 11.4 | 2.38 | - |
| YUV | 73.25 | 104.16 | 209.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 23 | 31 | 0 | 0.88 | 0.84 | 0.26 | 357.09 | 0.78 | 0.41 |
| Hex | BC | 17 | 1F | 0 | 58 | 54 | 1A | 165 | 4E | 29 |
| Octal | 274 | 27 | 37 | 0 | 130 | 124 | 32 | 545 | 116 | 51 |
| Binary | 10111100 | 10111 | 11111 | 0 | 1011000 | 1010100 | 11010 | 101100101 | 1001110 | 101001 |
Color Harmonies of #BC171F
Complementary color
Monochromatic Colors of #BC171F
Black with #BC171F
Text Example
Text Example
White with #BC171F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC171F; }
p { color: rgb(188,23,31); }
H1.HeaderClassName
{
color: #BC171F;
}
.AnyTagClassName
{
color: #BC171F;
}
</style>
background-color css
<style>
a { background-color: #BC171F; }
a { background-color: rgb(188,23,31); }
div.DivClassName
{
background-color: #BC171F;
}
.BgClassName
{
background-color: #BC171F;
}
</style>
border-color css
<style>
span { border-color: #BC171F; }
span { border-color: rgb(188,23,31); }
td.TdClassName
{
border-color: #BC171F;
}
.TagClassName
{
border-color: #BC171F;
}
</style>