Shades of Fire Engine Red #BC2021
Tints of Fire Engine Red #BC2021
RGB
CMYK
RGB Variations
Color information
#BC2021 (or 0xBC2021) is known color: Fire Engine Red. HEX triplet: BC, 20 and 21. RGB value is (188,32,33). Sum of RGB (Red+Green+Blue) = 188+32+33=253 (33% of max value = 765). Red value is 188 (73.83% from 255 or 74.31% from 253); Green value is 32 (12.89% from 255 or 12.65% from 253); Blue value is 33 (13.28% from 255 or 13.04% from 253); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2021 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2021 is #43DFDE. Grayscale: #4E4E4E. Windows color (decimal): -4448223 or 2171068. OLE color: 2171068.
HSL color Cylindrical-coordinate representation of color #BC2021: hue angle of 359.62º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BC2021 is Cyan = 0, Magento = 0.83, Yellow = 0.82 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 32 | 33 | - |
| CMYK | 0 | 0.83 | 0.82 | 0.26 |
| HSL | 359.62º | 0.71% | 0.43% | - |
| HSV(B) | 359.62º | 0.83% | 0.74% | - |
| XYZ | 21.53 | 11.83 | 2.59 | - |
| YUV | 78.76 | 102.18 | 205.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 32 | 33 | 0 | 0.83 | 0.82 | 0.26 | 359.62 | 0.71 | 0.43 |
| Hex | BC | 20 | 21 | 0 | 53 | 52 | 1A | 168 | 47 | 2B |
| Octal | 274 | 40 | 41 | 0 | 123 | 122 | 32 | 550 | 107 | 53 |
| Binary | 10111100 | 100000 | 100001 | 0 | 1010011 | 1010010 | 11010 | 101101000 | 1000111 | 101011 |
Color Harmonies of #BC2021
Complementary color
Monochromatic Colors of #BC2021
Black with #BC2021
Text Example
Text Example
White with #BC2021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2021; }
p { color: rgb(188,32,33); }
H1.HeaderClassName
{
color: #BC2021;
}
.AnyTagClassName
{
color: #BC2021;
}
</style>
background-color css
<style>
a { background-color: #BC2021; }
a { background-color: rgb(188,32,33); }
div.DivClassName
{
background-color: #BC2021;
}
.BgClassName
{
background-color: #BC2021;
}
</style>
border-color css
<style>
span { border-color: #BC2021; }
span { border-color: rgb(188,32,33); }
td.TdClassName
{
border-color: #BC2021;
}
.TagClassName
{
border-color: #BC2021;
}
</style>