Shades of Fire Engine Red #BC1E26
Tints of Fire Engine Red #BC1E26
RGB
CMYK
RGB Variations
Color information
#BC1E26 (or 0xBC1E26) is known color: Fire Engine Red. HEX triplet: BC, 1E and 26. RGB value is (188,30,38). Sum of RGB (Red+Green+Blue) = 188+30+38=256 (33% of max value = 765). Red value is 188 (73.83% from 255 or 73.44% from 256); Green value is 30 (12.11% from 255 or 11.72% from 256); Blue value is 38 (15.23% from 255 or 14.84% from 256); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1E26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC1E26 is #43E1D9. Grayscale: #4E4E4E. Windows color (decimal): -4448730 or 2498236. OLE color: 2498236.
HSL color Cylindrical-coordinate representation of color #BC1E26: hue angle of 356.96º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BC1E26 is Cyan = 0, Magento = 0.84, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 30 | 38 | - |
| CMYK | 0 | 0.84 | 0.80 | 0.26 |
| HSL | 356.96º | 0.72% | 0.43% | - |
| HSV(B) | 356.96º | 0.84% | 0.74% | - |
| XYZ | 21.55 | 11.76 | 2.97 | - |
| YUV | 78.15 | 105.35 | 206.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 30 | 38 | 0 | 0.84 | 0.80 | 0.26 | 356.96 | 0.72 | 0.43 |
| Hex | BC | 1E | 26 | 0 | 54 | 50 | 1A | 165 | 48 | 2B |
| Octal | 274 | 36 | 46 | 0 | 124 | 120 | 32 | 545 | 110 | 53 |
| Binary | 10111100 | 11110 | 100110 | 0 | 1010100 | 1010000 | 11010 | 101100101 | 1001000 | 101011 |
Color Harmonies of #BC1E26
Complementary color
Monochromatic Colors of #BC1E26
Black with #BC1E26
Text Example
Text Example
White with #BC1E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1E26; }
p { color: rgb(188,30,38); }
H1.HeaderClassName
{
color: #BC1E26;
}
.AnyTagClassName
{
color: #BC1E26;
}
</style>
background-color css
<style>
a { background-color: #BC1E26; }
a { background-color: rgb(188,30,38); }
div.DivClassName
{
background-color: #BC1E26;
}
.BgClassName
{
background-color: #BC1E26;
}
</style>
border-color css
<style>
span { border-color: #BC1E26; }
span { border-color: rgb(188,30,38); }
td.TdClassName
{
border-color: #BC1E26;
}
.TagClassName
{
border-color: #BC1E26;
}
</style>