Shades of Fire Engine Red #BC1F21
Tints of Fire Engine Red #BC1F21
RGB
CMYK
RGB Variations
Color information
#BC1F21 (or 0xBC1F21) is known color: Fire Engine Red. HEX triplet: BC, 1F and 21. RGB value is (188,31,33). Sum of RGB (Red+Green+Blue) = 188+31+33=252 (33% of max value = 765). Red value is 188 (73.83% from 255 or 74.60% from 252); Green value is 31 (12.5% from 255 or 12.30% from 252); Blue value is 33 (13.28% from 255 or 13.10% from 252); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1F21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC1F21 is #43E0DE. Grayscale: #4E4E4E. Windows color (decimal): -4448479 or 2170812. OLE color: 2170812.
HSL color Cylindrical-coordinate representation of color #BC1F21: hue angle of 359.24º 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 #BC1F21 is Cyan = 0, Magento = 0.84, Yellow = 0.82 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 31 | 33 | - |
| CMYK | 0 | 0.84 | 0.82 | 0.26 |
| HSL | 359.24º | 0.72% | 0.43% | - |
| HSV(B) | 359.24º | 0.84% | 0.74% | - |
| XYZ | 21.5 | 11.78 | 2.58 | - |
| YUV | 78.17 | 102.51 | 206.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 31 | 33 | 0 | 0.84 | 0.82 | 0.26 | 359.24 | 0.72 | 0.43 |
| Hex | BC | 1F | 21 | 0 | 54 | 52 | 1A | 167 | 48 | 2B |
| Octal | 274 | 37 | 41 | 0 | 124 | 122 | 32 | 547 | 110 | 53 |
| Binary | 10111100 | 11111 | 100001 | 0 | 1010100 | 1010010 | 11010 | 101100111 | 1001000 | 101011 |
Color Harmonies of #BC1F21
Complementary color
Monochromatic Colors of #BC1F21
Black with #BC1F21
Text Example
Text Example
White with #BC1F21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1F21; }
p { color: rgb(188,31,33); }
H1.HeaderClassName
{
color: #BC1F21;
}
.AnyTagClassName
{
color: #BC1F21;
}
</style>
background-color css
<style>
a { background-color: #BC1F21; }
a { background-color: rgb(188,31,33); }
div.DivClassName
{
background-color: #BC1F21;
}
.BgClassName
{
background-color: #BC1F21;
}
</style>
border-color css
<style>
span { border-color: #BC1F21; }
span { border-color: rgb(188,31,33); }
td.TdClassName
{
border-color: #BC1F21;
}
.TagClassName
{
border-color: #BC1F21;
}
</style>