Shades of Fire Engine Red #BC1427
Tints of Fire Engine Red #BC1427
RGB
CMYK
RGB Variations
Color information
#BC1427 (or 0xBC1427) is known color: Fire Engine Red. HEX triplet: BC, 14 and 27. RGB value is (188,20,39). Sum of RGB (Red+Green+Blue) = 188+20+39=247 (32% of max value = 765). Red value is 188 (73.83% from 255 or 76.11% from 247); Green value is 20 (8.20% from 255 or 8.10% from 247); Blue value is 39 (15.62% from 255 or 15.79% from 247); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1427 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC1427 is #43EBD8. Grayscale: #484848. Windows color (decimal): -4451289 or 2561212. OLE color: 2561212.
HSL color Cylindrical-coordinate representation of color #BC1427: hue angle of 353.21º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BC1427 is Cyan = 0, Magento = 0.89, Yellow = 0.79 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 20 | 39 | - |
| CMYK | 0 | 0.89 | 0.79 | 0.26 |
| HSL | 353.21º | 0.81% | 0.41% | - |
| HSV(B) | 353.21º | 0.89% | 0.74% | - |
| XYZ | 21.36 | 11.34 | 2.98 | - |
| YUV | 72.4 | 109.16 | 210.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 20 | 39 | 0 | 0.89 | 0.79 | 0.26 | 353.21 | 0.81 | 0.41 |
| Hex | BC | 14 | 27 | 0 | 59 | 4F | 1A | 161 | 51 | 29 |
| Octal | 274 | 24 | 47 | 0 | 131 | 117 | 32 | 541 | 121 | 51 |
| Binary | 10111100 | 10100 | 100111 | 0 | 1011001 | 1001111 | 11010 | 101100001 | 1010001 | 101001 |
Color Harmonies of #BC1427
Complementary color
Monochromatic Colors of #BC1427
Black with #BC1427
Text Example
Text Example
White with #BC1427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1427; }
p { color: rgb(188,20,39); }
H1.HeaderClassName
{
color: #BC1427;
}
.AnyTagClassName
{
color: #BC1427;
}
</style>
background-color css
<style>
a { background-color: #BC1427; }
a { background-color: rgb(188,20,39); }
div.DivClassName
{
background-color: #BC1427;
}
.BgClassName
{
background-color: #BC1427;
}
</style>
border-color css
<style>
span { border-color: #BC1427; }
span { border-color: rgb(188,20,39); }
td.TdClassName
{
border-color: #BC1427;
}
.TagClassName
{
border-color: #BC1427;
}
</style>