Shades of Fire Engine Red #BC2325
Tints of Fire Engine Red #BC2325
RGB
CMYK
RGB Variations
Color information
#BC2325 (or 0xBC2325) is known color: Fire Engine Red. HEX triplet: BC, 23 and 25. RGB value is (188,35,37). Sum of RGB (Red+Green+Blue) = 188+35+37=260 (34% of max value = 765). Red value is 188 (73.83% from 255 or 72.31% from 260); Green value is 35 (14.06% from 255 or 13.46% from 260); Blue value is 37 (14.84% from 255 or 14.23% from 260); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2325 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2325 is #43DCDA. Grayscale: #515151. Windows color (decimal): -4447451 or 2433980. OLE color: 2433980.
HSL color Cylindrical-coordinate representation of color #BC2325: hue angle of 359.22º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BC2325 is Cyan = 0, Magento = 0.81, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 35 | 37 | - |
| CMYK | 0 | 0.81 | 0.80 | 0.26 |
| HSL | 359.22º | 0.69% | 0.44% | - |
| HSV(B) | 359.22º | 0.81% | 0.74% | - |
| XYZ | 21.67 | 12.03 | 2.93 | - |
| YUV | 80.98 | 103.19 | 204.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 35 | 37 | 0 | 0.81 | 0.80 | 0.26 | 359.22 | 0.69 | 0.44 |
| Hex | BC | 23 | 25 | 0 | 51 | 50 | 1A | 167 | 45 | 2C |
| Octal | 274 | 43 | 45 | 0 | 121 | 120 | 32 | 547 | 105 | 54 |
| Binary | 10111100 | 100011 | 100101 | 0 | 1010001 | 1010000 | 11010 | 101100111 | 1000101 | 101100 |
Color Harmonies of #BC2325
Complementary color
Monochromatic Colors of #BC2325
Black with #BC2325
Text Example
Text Example
White with #BC2325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2325; }
p { color: rgb(188,35,37); }
H1.HeaderClassName
{
color: #BC2325;
}
.AnyTagClassName
{
color: #BC2325;
}
</style>
background-color css
<style>
a { background-color: #BC2325; }
a { background-color: rgb(188,35,37); }
div.DivClassName
{
background-color: #BC2325;
}
.BgClassName
{
background-color: #BC2325;
}
</style>
border-color css
<style>
span { border-color: #BC2325; }
span { border-color: rgb(188,35,37); }
td.TdClassName
{
border-color: #BC2325;
}
.TagClassName
{
border-color: #BC2325;
}
</style>