Shades of Fire Engine Red #BC1627
Tints of Fire Engine Red #BC1627
RGB
CMYK
RGB Variations
Color information
#BC1627 (or 0xBC1627) is known color: Fire Engine Red. HEX triplet: BC, 16 and 27. RGB value is (188,22,39). Sum of RGB (Red+Green+Blue) = 188+22+39=249 (32% of max value = 765). Red value is 188 (73.83% from 255 or 75.50% from 249); Green value is 22 (8.98% from 255 or 8.84% from 249); Blue value is 39 (15.62% from 255 or 15.66% from 249); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1627 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC1627 is #43E9D8. Grayscale: #494949. Windows color (decimal): -4450777 or 2561724. OLE color: 2561724.
HSL color Cylindrical-coordinate representation of color #BC1627: hue angle of 353.86º degrees, saturation: 0.79, 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 #BC1627 is Cyan = 0, Magento = 0.88, Yellow = 0.79 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 22 | 39 | - |
| CMYK | 0 | 0.88 | 0.79 | 0.26 |
| HSL | 353.86º | 0.79% | 0.41% | - |
| HSV(B) | 353.86º | 0.88% | 0.74% | - |
| XYZ | 21.39 | 11.41 | 2.99 | - |
| YUV | 73.57 | 108.5 | 209.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 22 | 39 | 0 | 0.88 | 0.79 | 0.26 | 353.86 | 0.79 | 0.41 |
| Hex | BC | 16 | 27 | 0 | 58 | 4F | 1A | 162 | 4F | 29 |
| Octal | 274 | 26 | 47 | 0 | 130 | 117 | 32 | 542 | 117 | 51 |
| Binary | 10111100 | 10110 | 100111 | 0 | 1011000 | 1001111 | 11010 | 101100010 | 1001111 | 101001 |
Color Harmonies of #BC1627
Complementary color
Monochromatic Colors of #BC1627
Black with #BC1627
Text Example
Text Example
White with #BC1627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1627; }
p { color: rgb(188,22,39); }
H1.HeaderClassName
{
color: #BC1627;
}
.AnyTagClassName
{
color: #BC1627;
}
</style>
background-color css
<style>
a { background-color: #BC1627; }
a { background-color: rgb(188,22,39); }
div.DivClassName
{
background-color: #BC1627;
}
.BgClassName
{
background-color: #BC1627;
}
</style>
border-color css
<style>
span { border-color: #BC1627; }
span { border-color: rgb(188,22,39); }
td.TdClassName
{
border-color: #BC1627;
}
.TagClassName
{
border-color: #BC1627;
}
</style>