Shades of Fire Engine Red #BC1D20
Tints of Fire Engine Red #BC1D20
RGB
CMYK
RGB Variations
Color information
#BC1D20 (or 0xBC1D20) is known color: Fire Engine Red. HEX triplet: BC, 1D and 20. RGB value is (188,29,32). Sum of RGB (Red+Green+Blue) = 188+29+32=249 (32% of max value = 765). Red value is 188 (73.83% from 255 or 75.50% from 249); Green value is 29 (11.72% from 255 or 11.65% from 249); Blue value is 32 (12.89% from 255 or 12.85% from 249); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1D20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC1D20 is #43E2DF. Grayscale: #4D4D4D. Windows color (decimal): -4448992 or 2104764. OLE color: 2104764.
HSL color Cylindrical-coordinate representation of color #BC1D20: hue angle of 358.87º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BC1D20 is Cyan = 0, Magento = 0.85, Yellow = 0.83 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 29 | 32 | - |
| CMYK | 0 | 0.85 | 0.83 | 0.26 |
| HSL | 358.87º | 0.73% | 0.43% | - |
| HSV(B) | 358.87º | 0.85% | 0.74% | - |
| XYZ | 21.44 | 11.67 | 2.49 | - |
| YUV | 76.88 | 102.68 | 207.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 29 | 32 | 0 | 0.85 | 0.83 | 0.26 | 358.87 | 0.73 | 0.43 |
| Hex | BC | 1D | 20 | 0 | 55 | 53 | 1A | 167 | 49 | 2B |
| Octal | 274 | 35 | 40 | 0 | 125 | 123 | 32 | 547 | 111 | 53 |
| Binary | 10111100 | 11101 | 100000 | 0 | 1010101 | 1010011 | 11010 | 101100111 | 1001001 | 101011 |
Color Harmonies of #BC1D20
Complementary color
Monochromatic Colors of #BC1D20
Black with #BC1D20
Text Example
Text Example
White with #BC1D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1D20; }
p { color: rgb(188,29,32); }
H1.HeaderClassName
{
color: #BC1D20;
}
.AnyTagClassName
{
color: #BC1D20;
}
</style>
background-color css
<style>
a { background-color: #BC1D20; }
a { background-color: rgb(188,29,32); }
div.DivClassName
{
background-color: #BC1D20;
}
.BgClassName
{
background-color: #BC1D20;
}
</style>
border-color css
<style>
span { border-color: #BC1D20; }
span { border-color: rgb(188,29,32); }
td.TdClassName
{
border-color: #BC1D20;
}
.TagClassName
{
border-color: #BC1D20;
}
</style>