Shades of Fire Engine Red #BC1F25
Tints of Fire Engine Red #BC1F25
RGB
CMYK
RGB Variations
Color information
#BC1F25 (or 0xBC1F25) is known color: Fire Engine Red. HEX triplet: BC, 1F and 25. RGB value is (188,31,37). Sum of RGB (Red+Green+Blue) = 188+31+37=256 (33% of max value = 765). Red value is 188 (73.83% from 255 or 73.44% from 256); Green value is 31 (12.5% from 255 or 12.11% from 256); Blue value is 37 (14.84% from 255 or 14.45% from 256); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1F25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC1F25 is #43E0DA. Grayscale: #4E4E4E. Windows color (decimal): -4448475 or 2432956. OLE color: 2432956.
HSL color Cylindrical-coordinate representation of color #BC1F25: hue angle of 357.71º 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 #BC1F25 is Cyan = 0, Magento = 0.84, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 31 | 37 | - |
| CMYK | 0 | 0.84 | 0.80 | 0.26 |
| HSL | 357.71º | 0.72% | 0.43% | - |
| HSV(B) | 357.71º | 0.84% | 0.74% | - |
| XYZ | 21.56 | 11.8 | 2.89 | - |
| YUV | 78.63 | 104.51 | 206.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 31 | 37 | 0 | 0.84 | 0.80 | 0.26 | 357.71 | 0.72 | 0.43 |
| Hex | BC | 1F | 25 | 0 | 54 | 50 | 1A | 166 | 48 | 2B |
| Octal | 274 | 37 | 45 | 0 | 124 | 120 | 32 | 546 | 110 | 53 |
| Binary | 10111100 | 11111 | 100101 | 0 | 1010100 | 1010000 | 11010 | 101100110 | 1001000 | 101011 |
Color Harmonies of #BC1F25
Complementary color
Monochromatic Colors of #BC1F25
Black with #BC1F25
Text Example
Text Example
White with #BC1F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1F25; }
p { color: rgb(188,31,37); }
H1.HeaderClassName
{
color: #BC1F25;
}
.AnyTagClassName
{
color: #BC1F25;
}
</style>
background-color css
<style>
a { background-color: #BC1F25; }
a { background-color: rgb(188,31,37); }
div.DivClassName
{
background-color: #BC1F25;
}
.BgClassName
{
background-color: #BC1F25;
}
</style>
border-color css
<style>
span { border-color: #BC1F25; }
span { border-color: rgb(188,31,37); }
td.TdClassName
{
border-color: #BC1F25;
}
.TagClassName
{
border-color: #BC1F25;
}
</style>