Shades of Fire Engine Red #BC1325
Tints of Fire Engine Red #BC1325
RGB
CMYK
RGB Variations
Color information
#BC1325 (or 0xBC1325) is known color: Fire Engine Red. HEX triplet: BC, 13 and 25. RGB value is (188,19,37). Sum of RGB (Red+Green+Blue) = 188+19+37=244 (32% of max value = 765). Red value is 188 (73.83% from 255 or 77.05% from 244); Green value is 19 (7.81% from 255 or 7.79% from 244); Blue value is 37 (14.84% from 255 or 15.16% from 244); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1325 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC1325 is #43ECDA. Grayscale: #474747. Windows color (decimal): -4451547 or 2429884. OLE color: 2429884.
HSL color Cylindrical-coordinate representation of color #BC1325: hue angle of 353.61º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC1325 is Cyan = 0, Magento = 0.90, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 19 | 37 | - |
| CMYK | 0 | 0.90 | 0.80 | 0.26 |
| HSL | 353.61º | 0.82% | 0.41% | - |
| HSV(B) | 353.61º | 0.9% | 0.74% | - |
| XYZ | 21.31 | 11.29 | 2.81 | - |
| YUV | 71.58 | 108.49 | 211.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 19 | 37 | 0 | 0.90 | 0.80 | 0.26 | 353.61 | 0.82 | 0.41 |
| Hex | BC | 13 | 25 | 0 | 5A | 50 | 1A | 162 | 52 | 29 |
| Octal | 274 | 23 | 45 | 0 | 132 | 120 | 32 | 542 | 122 | 51 |
| Binary | 10111100 | 10011 | 100101 | 0 | 1011010 | 1010000 | 11010 | 101100010 | 1010010 | 101001 |
Color Harmonies of #BC1325
Complementary color
Monochromatic Colors of #BC1325
Black with #BC1325
Text Example
Text Example
White with #BC1325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1325; }
p { color: rgb(188,19,37); }
H1.HeaderClassName
{
color: #BC1325;
}
.AnyTagClassName
{
color: #BC1325;
}
</style>
background-color css
<style>
a { background-color: #BC1325; }
a { background-color: rgb(188,19,37); }
div.DivClassName
{
background-color: #BC1325;
}
.BgClassName
{
background-color: #BC1325;
}
</style>
border-color css
<style>
span { border-color: #BC1325; }
span { border-color: rgb(188,19,37); }
td.TdClassName
{
border-color: #BC1325;
}
.TagClassName
{
border-color: #BC1325;
}
</style>