Shades of Fire Engine Red #BC1C27
Tints of Fire Engine Red #BC1C27
RGB
CMYK
RGB Variations
Color information
#BC1C27 (or 0xBC1C27) is known color: Fire Engine Red. HEX triplet: BC, 1C and 27. RGB value is (188,28,39). Sum of RGB (Red+Green+Blue) = 188+28+39=255 (33% of max value = 765). Red value is 188 (73.83% from 255 or 73.73% from 255); Green value is 28 (11.33% from 255 or 10.98% from 255); Blue value is 39 (15.62% from 255 or 15.29% from 255); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1C27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC1C27 is #43E3D8. Grayscale: #4D4D4D. Windows color (decimal): -4449241 or 2563260. OLE color: 2563260.
HSL color Cylindrical-coordinate representation of color #BC1C27: hue angle of 355.88º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BC1C27 is Cyan = 0, Magento = 0.85, Yellow = 0.79 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 28 | 39 | - |
| CMYK | 0 | 0.85 | 0.79 | 0.26 |
| HSL | 355.88º | 0.74% | 0.42% | - |
| HSV(B) | 355.88º | 0.85% | 0.74% | - |
| XYZ | 21.52 | 11.67 | 3.04 | - |
| YUV | 77.09 | 106.51 | 207.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 28 | 39 | 0 | 0.85 | 0.79 | 0.26 | 355.88 | 0.74 | 0.42 |
| Hex | BC | 1C | 27 | 0 | 55 | 4F | 1A | 164 | 4A | 2A |
| Octal | 274 | 34 | 47 | 0 | 125 | 117 | 32 | 544 | 112 | 52 |
| Binary | 10111100 | 11100 | 100111 | 0 | 1010101 | 1001111 | 11010 | 101100100 | 1001010 | 101010 |
Color Harmonies of #BC1C27
Complementary color
Monochromatic Colors of #BC1C27
Black with #BC1C27
Text Example
Text Example
White with #BC1C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1C27; }
p { color: rgb(188,28,39); }
H1.HeaderClassName
{
color: #BC1C27;
}
.AnyTagClassName
{
color: #BC1C27;
}
</style>
background-color css
<style>
a { background-color: #BC1C27; }
a { background-color: rgb(188,28,39); }
div.DivClassName
{
background-color: #BC1C27;
}
.BgClassName
{
background-color: #BC1C27;
}
</style>
border-color css
<style>
span { border-color: #BC1C27; }
span { border-color: rgb(188,28,39); }
td.TdClassName
{
border-color: #BC1C27;
}
.TagClassName
{
border-color: #BC1C27;
}
</style>