Shades of Fire Engine Red #BC1723
Tints of Fire Engine Red #BC1723
RGB
CMYK
RGB Variations
Color information
#BC1723 (or 0xBC1723) is known color: Fire Engine Red. HEX triplet: BC, 17 and 23. RGB value is (188,23,35). Sum of RGB (Red+Green+Blue) = 188+23+35=246 (32% of max value = 765). Red value is 188 (73.83% from 255 or 76.42% from 246); Green value is 23 (9.38% from 255 or 9.35% from 246); Blue value is 35 (14.06% from 255 or 14.23% from 246); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1723 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC1723 is #43E8DC. Grayscale: #494949. Windows color (decimal): -4450525 or 2299836. OLE color: 2299836.
HSL color Cylindrical-coordinate representation of color #BC1723: hue angle of 355.64º 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 #BC1723 is Cyan = 0, Magento = 0.88, Yellow = 0.81 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 23 | 35 | - |
| CMYK | 0 | 0.88 | 0.81 | 0.26 |
| HSL | 355.64º | 0.78% | 0.41% | - |
| HSV(B) | 355.64º | 0.88% | 0.74% | - |
| XYZ | 21.35 | 11.43 | 2.67 | - |
| YUV | 73.7 | 106.16 | 209.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 23 | 35 | 0 | 0.88 | 0.81 | 0.26 | 355.64 | 0.78 | 0.41 |
| Hex | BC | 17 | 23 | 0 | 58 | 51 | 1A | 164 | 4E | 29 |
| Octal | 274 | 27 | 43 | 0 | 130 | 121 | 32 | 544 | 116 | 51 |
| Binary | 10111100 | 10111 | 100011 | 0 | 1011000 | 1010001 | 11010 | 101100100 | 1001110 | 101001 |
Color Harmonies of #BC1723
Complementary color
Monochromatic Colors of #BC1723
Black with #BC1723
Text Example
Text Example
White with #BC1723
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1723; }
p { color: rgb(188,23,35); }
H1.HeaderClassName
{
color: #BC1723;
}
.AnyTagClassName
{
color: #BC1723;
}
</style>
background-color css
<style>
a { background-color: #BC1723; }
a { background-color: rgb(188,23,35); }
div.DivClassName
{
background-color: #BC1723;
}
.BgClassName
{
background-color: #BC1723;
}
</style>
border-color css
<style>
span { border-color: #BC1723; }
span { border-color: rgb(188,23,35); }
td.TdClassName
{
border-color: #BC1723;
}
.TagClassName
{
border-color: #BC1723;
}
</style>