Shades of Fire Engine Red #BC1423
Tints of Fire Engine Red #BC1423
RGB
CMYK
RGB Variations
Color information
#BC1423 (or 0xBC1423) is known color: Fire Engine Red. HEX triplet: BC, 14 and 23. RGB value is (188,20,35). Sum of RGB (Red+Green+Blue) = 188+20+35=243 (32% of max value = 765). Red value is 188 (73.83% from 255 or 77.37% from 243); Green value is 20 (8.20% from 255 or 8.23% from 243); Blue value is 35 (14.06% from 255 or 14.40% from 243); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1423 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC1423 is #43EBDC. Grayscale: #484848. Windows color (decimal): -4451293 or 2299068. OLE color: 2299068.
HSL color Cylindrical-coordinate representation of color #BC1423: hue angle of 354.64º degrees, saturation: 0.81, 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 #BC1423 is Cyan = 0, Magento = 0.89, Yellow = 0.81 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 20 | 35 | - |
| CMYK | 0 | 0.89 | 0.81 | 0.26 |
| HSL | 354.64º | 0.81% | 0.41% | - |
| HSV(B) | 354.64º | 0.89% | 0.74% | - |
| XYZ | 21.29 | 11.31 | 2.65 | - |
| YUV | 71.94 | 107.16 | 210.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 20 | 35 | 0 | 0.89 | 0.81 | 0.26 | 354.64 | 0.81 | 0.41 |
| Hex | BC | 14 | 23 | 0 | 59 | 51 | 1A | 163 | 51 | 29 |
| Octal | 274 | 24 | 43 | 0 | 131 | 121 | 32 | 543 | 121 | 51 |
| Binary | 10111100 | 10100 | 100011 | 0 | 1011001 | 1010001 | 11010 | 101100011 | 1010001 | 101001 |
Color Harmonies of #BC1423
Complementary color
Monochromatic Colors of #BC1423
Black with #BC1423
Text Example
Text Example
White with #BC1423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1423; }
p { color: rgb(188,20,35); }
H1.HeaderClassName
{
color: #BC1423;
}
.AnyTagClassName
{
color: #BC1423;
}
</style>
background-color css
<style>
a { background-color: #BC1423; }
a { background-color: rgb(188,20,35); }
div.DivClassName
{
background-color: #BC1423;
}
.BgClassName
{
background-color: #BC1423;
}
</style>
border-color css
<style>
span { border-color: #BC1423; }
span { border-color: rgb(188,20,35); }
td.TdClassName
{
border-color: #BC1423;
}
.TagClassName
{
border-color: #BC1423;
}
</style>