Shades of Fire Engine Red #BC2425
Tints of Fire Engine Red #BC2425
RGB
CMYK
RGB Variations
Color information
#BC2425 (or 0xBC2425) is known color: Fire Engine Red. HEX triplet: BC, 24 and 25. RGB value is (188,36,37). Sum of RGB (Red+Green+Blue) = 188+36+37=261 (34% of max value = 765). Red value is 188 (73.83% from 255 or 72.03% from 261); Green value is 36 (14.45% from 255 or 13.79% from 261); Blue value is 37 (14.84% from 255 or 14.18% from 261); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2425 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2425 is #43DBDA. Grayscale: #515151. Windows color (decimal): -4447195 or 2434236. OLE color: 2434236.
HSL color Cylindrical-coordinate representation of color #BC2425: hue angle of 359.61º degrees, saturation: 0.68, 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 #BC2425 is Cyan = 0, Magento = 0.81, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 36 | 37 | - |
| CMYK | 0 | 0.81 | 0.80 | 0.26 |
| HSL | 359.61º | 0.68% | 0.44% | - |
| HSV(B) | 359.61º | 0.81% | 0.74% | - |
| XYZ | 21.7 | 12.09 | 2.94 | - |
| YUV | 81.56 | 102.86 | 203.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 36 | 37 | 0 | 0.81 | 0.80 | 0.26 | 359.61 | 0.68 | 0.44 |
| Hex | BC | 24 | 25 | 0 | 51 | 50 | 1A | 168 | 44 | 2C |
| Octal | 274 | 44 | 45 | 0 | 121 | 120 | 32 | 550 | 104 | 54 |
| Binary | 10111100 | 100100 | 100101 | 0 | 1010001 | 1010000 | 11010 | 101101000 | 1000100 | 101100 |
Color Harmonies of #BC2425
Complementary color
Monochromatic Colors of #BC2425
Black with #BC2425
Text Example
Text Example
White with #BC2425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2425; }
p { color: rgb(188,36,37); }
H1.HeaderClassName
{
color: #BC2425;
}
.AnyTagClassName
{
color: #BC2425;
}
</style>
background-color css
<style>
a { background-color: #BC2425; }
a { background-color: rgb(188,36,37); }
div.DivClassName
{
background-color: #BC2425;
}
.BgClassName
{
background-color: #BC2425;
}
</style>
border-color css
<style>
span { border-color: #BC2425; }
span { border-color: rgb(188,36,37); }
td.TdClassName
{
border-color: #BC2425;
}
.TagClassName
{
border-color: #BC2425;
}
</style>