Shades of Fire Engine Red #BC2023
Tints of Fire Engine Red #BC2023
RGB
CMYK
RGB Variations
Color information
#BC2023 (or 0xBC2023) is known color: Fire Engine Red. HEX triplet: BC, 20 and 23. RGB value is (188,32,35). Sum of RGB (Red+Green+Blue) = 188+32+35=255 (33% of max value = 765). Red value is 188 (73.83% from 255 or 73.73% from 255); Green value is 32 (12.89% from 255 or 12.55% from 255); Blue value is 35 (14.06% from 255 or 13.73% from 255); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2023 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2023 is #43DFDC. Grayscale: #4F4F4F. Windows color (decimal): -4448221 or 2302140. OLE color: 2302140.
HSL color Cylindrical-coordinate representation of color #BC2023: hue angle of 358.85º 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 #BC2023 is Cyan = 0, Magento = 0.83, Yellow = 0.81 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 32 | 35 | - |
| CMYK | 0 | 0.83 | 0.81 | 0.26 |
| HSL | 358.85º | 0.71% | 0.43% | - |
| HSV(B) | 358.85º | 0.83% | 0.74% | - |
| XYZ | 21.56 | 11.85 | 2.74 | - |
| YUV | 78.99 | 103.18 | 205.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 32 | 35 | 0 | 0.83 | 0.81 | 0.26 | 358.85 | 0.71 | 0.43 |
| Hex | BC | 20 | 23 | 0 | 53 | 51 | 1A | 167 | 47 | 2B |
| Octal | 274 | 40 | 43 | 0 | 123 | 121 | 32 | 547 | 107 | 53 |
| Binary | 10111100 | 100000 | 100011 | 0 | 1010011 | 1010001 | 11010 | 101100111 | 1000111 | 101011 |
Color Harmonies of #BC2023
Complementary color
Monochromatic Colors of #BC2023
Black with #BC2023
Text Example
Text Example
White with #BC2023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2023; }
p { color: rgb(188,32,35); }
H1.HeaderClassName
{
color: #BC2023;
}
.AnyTagClassName
{
color: #BC2023;
}
</style>
background-color css
<style>
a { background-color: #BC2023; }
a { background-color: rgb(188,32,35); }
div.DivClassName
{
background-color: #BC2023;
}
.BgClassName
{
background-color: #BC2023;
}
</style>
border-color css
<style>
span { border-color: #BC2023; }
span { border-color: rgb(188,32,35); }
td.TdClassName
{
border-color: #BC2023;
}
.TagClassName
{
border-color: #BC2023;
}
</style>