Shades of Fire Engine Red #BC2123
Tints of Fire Engine Red #BC2123
RGB
CMYK
RGB Variations
Color information
#BC2123 (or 0xBC2123) is known color: Fire Engine Red. HEX triplet: BC, 21 and 23. RGB value is (188,33,35). Sum of RGB (Red+Green+Blue) = 188+33+35=256 (33% of max value = 765). Red value is 188 (73.83% from 255 or 73.44% from 256); Green value is 33 (13.28% from 255 or 12.89% from 256); Blue value is 35 (14.06% from 255 or 13.67% from 256); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2123 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2123 is #43DEDC. Grayscale: #4F4F4F. Windows color (decimal): -4447965 or 2302396. OLE color: 2302396.
HSL color Cylindrical-coordinate representation of color #BC2123: hue angle of 359.23º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BC2123 is Cyan = 0, Magento = 0.82, Yellow = 0.81 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 33 | 35 | - |
| CMYK | 0 | 0.82 | 0.81 | 0.26 |
| HSL | 359.23º | 0.7% | 0.43% | - |
| HSV(B) | 359.23º | 0.82% | 0.74% | - |
| XYZ | 21.59 | 11.9 | 2.75 | - |
| YUV | 79.57 | 102.85 | 205.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 33 | 35 | 0 | 0.82 | 0.81 | 0.26 | 359.23 | 0.7 | 0.43 |
| Hex | BC | 21 | 23 | 0 | 52 | 51 | 1A | 167 | 46 | 2B |
| Octal | 274 | 41 | 43 | 0 | 122 | 121 | 32 | 547 | 106 | 53 |
| Binary | 10111100 | 100001 | 100011 | 0 | 1010010 | 1010001 | 11010 | 101100111 | 1000110 | 101011 |
Color Harmonies of #BC2123
Complementary color
Monochromatic Colors of #BC2123
Black with #BC2123
Text Example
Text Example
White with #BC2123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2123; }
p { color: rgb(188,33,35); }
H1.HeaderClassName
{
color: #BC2123;
}
.AnyTagClassName
{
color: #BC2123;
}
</style>
background-color css
<style>
a { background-color: #BC2123; }
a { background-color: rgb(188,33,35); }
div.DivClassName
{
background-color: #BC2123;
}
.BgClassName
{
background-color: #BC2123;
}
</style>
border-color css
<style>
span { border-color: #BC2123; }
span { border-color: rgb(188,33,35); }
td.TdClassName
{
border-color: #BC2123;
}
.TagClassName
{
border-color: #BC2123;
}
</style>