Shades of Fire Engine Red #BC1724
Tints of Fire Engine Red #BC1724
RGB
CMYK
RGB Variations
Color information
#BC1724 (or 0xBC1724) is known color: Fire Engine Red. HEX triplet: BC, 17 and 24. RGB value is (188,23,36). Sum of RGB (Red+Green+Blue) = 188+23+36=247 (32% of max value = 765). Red value is 188 (73.83% from 255 or 76.11% from 247); Green value is 23 (9.38% from 255 or 9.31% from 247); Blue value is 36 (14.45% from 255 or 14.57% from 247); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1724 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC1724 is #43E8DB. Grayscale: #494949. Windows color (decimal): -4450524 or 2365372. OLE color: 2365372.
HSL color Cylindrical-coordinate representation of color #BC1724: hue angle of 355.27º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BC1724 is Cyan = 0, Magento = 0.88, Yellow = 0.81 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 23 | 36 | - |
| CMYK | 0 | 0.88 | 0.81 | 0.26 |
| HSL | 355.27º | 0.78% | 0.41% | - |
| HSV(B) | 355.27º | 0.88% | 0.74% | - |
| XYZ | 21.36 | 11.43 | 2.75 | - |
| YUV | 73.82 | 106.66 | 209.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 23 | 36 | 0 | 0.88 | 0.81 | 0.26 | 355.27 | 0.78 | 0.41 |
| Hex | BC | 17 | 24 | 0 | 58 | 51 | 1A | 163 | 4E | 29 |
| Octal | 274 | 27 | 44 | 0 | 130 | 121 | 32 | 543 | 116 | 51 |
| Binary | 10111100 | 10111 | 100100 | 0 | 1011000 | 1010001 | 11010 | 101100011 | 1001110 | 101001 |
Color Harmonies of #BC1724
Complementary color
Monochromatic Colors of #BC1724
Black with #BC1724
Text Example
Text Example
White with #BC1724
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1724; }
p { color: rgb(188,23,36); }
H1.HeaderClassName
{
color: #BC1724;
}
.AnyTagClassName
{
color: #BC1724;
}
</style>
background-color css
<style>
a { background-color: #BC1724; }
a { background-color: rgb(188,23,36); }
div.DivClassName
{
background-color: #BC1724;
}
.BgClassName
{
background-color: #BC1724;
}
</style>
border-color css
<style>
span { border-color: #BC1724; }
span { border-color: rgb(188,23,36); }
td.TdClassName
{
border-color: #BC1724;
}
.TagClassName
{
border-color: #BC1724;
}
</style>