Shades of Fire Engine Red #BC1F24
Tints of Fire Engine Red #BC1F24
RGB
CMYK
RGB Variations
Color information
#BC1F24 (or 0xBC1F24) is known color: Fire Engine Red. HEX triplet: BC, 1F and 24. RGB value is (188,31,36). Sum of RGB (Red+Green+Blue) = 188+31+36=255 (33% of max value = 765). Red value is 188 (73.83% from 255 or 73.73% from 255); Green value is 31 (12.5% from 255 or 12.16% from 255); Blue value is 36 (14.45% from 255 or 14.12% from 255); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1F24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC1F24 is #43E0DB. Grayscale: #4E4E4E. Windows color (decimal): -4448476 or 2367420. OLE color: 2367420.
HSL color Cylindrical-coordinate representation of color #BC1F24: hue angle of 358.09º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BC1F24 is Cyan = 0, Magento = 0.84, Yellow = 0.81 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 31 | 36 | - |
| CMYK | 0 | 0.84 | 0.81 | 0.26 |
| HSL | 358.09º | 0.72% | 0.43% | - |
| HSV(B) | 358.09º | 0.84% | 0.74% | - |
| XYZ | 21.55 | 11.8 | 2.81 | - |
| YUV | 78.51 | 104.01 | 206.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 31 | 36 | 0 | 0.84 | 0.81 | 0.26 | 358.09 | 0.72 | 0.43 |
| Hex | BC | 1F | 24 | 0 | 54 | 51 | 1A | 166 | 48 | 2B |
| Octal | 274 | 37 | 44 | 0 | 124 | 121 | 32 | 546 | 110 | 53 |
| Binary | 10111100 | 11111 | 100100 | 0 | 1010100 | 1010001 | 11010 | 101100110 | 1001000 | 101011 |
Color Harmonies of #BC1F24
Complementary color
Monochromatic Colors of #BC1F24
Black with #BC1F24
Text Example
Text Example
White with #BC1F24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1F24; }
p { color: rgb(188,31,36); }
H1.HeaderClassName
{
color: #BC1F24;
}
.AnyTagClassName
{
color: #BC1F24;
}
</style>
background-color css
<style>
a { background-color: #BC1F24; }
a { background-color: rgb(188,31,36); }
div.DivClassName
{
background-color: #BC1F24;
}
.BgClassName
{
background-color: #BC1F24;
}
</style>
border-color css
<style>
span { border-color: #BC1F24; }
span { border-color: rgb(188,31,36); }
td.TdClassName
{
border-color: #BC1F24;
}
.TagClassName
{
border-color: #BC1F24;
}
</style>