Shades of Fire Engine Red #BC1525
Tints of Fire Engine Red #BC1525
RGB
CMYK
RGB Variations
Color information
#BC1525 (or 0xBC1525) is known color: Fire Engine Red. HEX triplet: BC, 15 and 25. RGB value is (188,21,37). Sum of RGB (Red+Green+Blue) = 188+21+37=246 (32% of max value = 765). Red value is 188 (73.83% from 255 or 76.42% from 246); Green value is 21 (8.59% from 255 or 8.54% from 246); Blue value is 37 (14.84% from 255 or 15.04% from 246); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1525 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC1525 is #43EADA. Grayscale: #484848. Windows color (decimal): -4451035 or 2430396. OLE color: 2430396.
HSL color Cylindrical-coordinate representation of color #BC1525: hue angle of 354.25º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BC1525 is Cyan = 0, Magento = 0.89, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 21 | 37 | - |
| CMYK | 0 | 0.89 | 0.80 | 0.26 |
| HSL | 354.25º | 0.8% | 0.41% | - |
| HSV(B) | 354.25º | 0.89% | 0.74% | - |
| XYZ | 21.34 | 11.36 | 2.82 | - |
| YUV | 72.76 | 107.83 | 210.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 21 | 37 | 0 | 0.89 | 0.80 | 0.26 | 354.25 | 0.8 | 0.41 |
| Hex | BC | 15 | 25 | 0 | 59 | 50 | 1A | 162 | 50 | 29 |
| Octal | 274 | 25 | 45 | 0 | 131 | 120 | 32 | 542 | 120 | 51 |
| Binary | 10111100 | 10101 | 100101 | 0 | 1011001 | 1010000 | 11010 | 101100010 | 1010000 | 101001 |
Color Harmonies of #BC1525
Complementary color
Monochromatic Colors of #BC1525
Black with #BC1525
Text Example
Text Example
White with #BC1525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1525; }
p { color: rgb(188,21,37); }
H1.HeaderClassName
{
color: #BC1525;
}
.AnyTagClassName
{
color: #BC1525;
}
</style>
background-color css
<style>
a { background-color: #BC1525; }
a { background-color: rgb(188,21,37); }
div.DivClassName
{
background-color: #BC1525;
}
.BgClassName
{
background-color: #BC1525;
}
</style>
border-color css
<style>
span { border-color: #BC1525; }
span { border-color: rgb(188,21,37); }
td.TdClassName
{
border-color: #BC1525;
}
.TagClassName
{
border-color: #BC1525;
}
</style>