Shades of Fire Engine Red #BC1821
Tints of Fire Engine Red #BC1821
RGB
CMYK
RGB Variations
Color information
#BC1821 (or 0xBC1821) is known color: Fire Engine Red. HEX triplet: BC, 18 and 21. RGB value is (188,24,33). Sum of RGB (Red+Green+Blue) = 188+24+33=245 (32% of max value = 765). Red value is 188 (73.83% from 255 or 76.73% from 245); Green value is 24 (9.77% from 255 or 9.80% from 245); Blue value is 33 (13.28% from 255 or 13.47% from 245); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1821 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC1821 is #43E7DE. Grayscale: #4A4A4A. Windows color (decimal): -4450271 or 2169020. OLE color: 2169020.
HSL color Cylindrical-coordinate representation of color #BC1821: hue angle of 356.71º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BC1821 is Cyan = 0, Magento = 0.87, Yellow = 0.82 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 24 | 33 | - |
| CMYK | 0 | 0.87 | 0.82 | 0.26 |
| HSL | 356.71º | 0.77% | 0.42% | - |
| HSV(B) | 356.71º | 0.87% | 0.74% | - |
| XYZ | 21.34 | 11.45 | 2.53 | - |
| YUV | 74.06 | 104.83 | 209.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 24 | 33 | 0 | 0.87 | 0.82 | 0.26 | 356.71 | 0.77 | 0.42 |
| Hex | BC | 18 | 21 | 0 | 57 | 52 | 1A | 165 | 4D | 2A |
| Octal | 274 | 30 | 41 | 0 | 127 | 122 | 32 | 545 | 115 | 52 |
| Binary | 10111100 | 11000 | 100001 | 0 | 1010111 | 1010010 | 11010 | 101100101 | 1001101 | 101010 |
Color Harmonies of #BC1821
Complementary color
Monochromatic Colors of #BC1821
Black with #BC1821
Text Example
Text Example
White with #BC1821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1821; }
p { color: rgb(188,24,33); }
H1.HeaderClassName
{
color: #BC1821;
}
.AnyTagClassName
{
color: #BC1821;
}
</style>
background-color css
<style>
a { background-color: #BC1821; }
a { background-color: rgb(188,24,33); }
div.DivClassName
{
background-color: #BC1821;
}
.BgClassName
{
background-color: #BC1821;
}
</style>
border-color css
<style>
span { border-color: #BC1821; }
span { border-color: rgb(188,24,33); }
td.TdClassName
{
border-color: #BC1821;
}
.TagClassName
{
border-color: #BC1821;
}
</style>