Shades of Fire Engine Red #BC1D26
Tints of Fire Engine Red #BC1D26
RGB
CMYK
RGB Variations
Color information
#BC1D26 (or 0xBC1D26) is known color: Fire Engine Red. HEX triplet: BC, 1D and 26. RGB value is (188,29,38). Sum of RGB (Red+Green+Blue) = 188+29+38=255 (33% of max value = 765). Red value is 188 (73.83% from 255 or 73.73% from 255); Green value is 29 (11.72% from 255 or 11.37% from 255); Blue value is 38 (15.23% from 255 or 14.90% from 255); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1D26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC1D26 is #43E2D9. Grayscale: #4D4D4D. Windows color (decimal): -4448986 or 2497980. OLE color: 2497980.
HSL color Cylindrical-coordinate representation of color #BC1D26: hue angle of 356.6º 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 #BC1D26 is Cyan = 0, Magento = 0.85, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 29 | 38 | - |
| CMYK | 0 | 0.85 | 0.80 | 0.26 |
| HSL | 356.6º | 0.73% | 0.43% | - |
| HSV(B) | 356.6º | 0.85% | 0.74% | - |
| XYZ | 21.53 | 11.71 | 2.96 | - |
| YUV | 77.57 | 105.68 | 206.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 29 | 38 | 0 | 0.85 | 0.80 | 0.26 | 356.6 | 0.73 | 0.43 |
| Hex | BC | 1D | 26 | 0 | 55 | 50 | 1A | 165 | 49 | 2B |
| Octal | 274 | 35 | 46 | 0 | 125 | 120 | 32 | 545 | 111 | 53 |
| Binary | 10111100 | 11101 | 100110 | 0 | 1010101 | 1010000 | 11010 | 101100101 | 1001001 | 101011 |
Color Harmonies of #BC1D26
Complementary color
Monochromatic Colors of #BC1D26
Black with #BC1D26
Text Example
Text Example
White with #BC1D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1D26; }
p { color: rgb(188,29,38); }
H1.HeaderClassName
{
color: #BC1D26;
}
.AnyTagClassName
{
color: #BC1D26;
}
</style>
background-color css
<style>
a { background-color: #BC1D26; }
a { background-color: rgb(188,29,38); }
div.DivClassName
{
background-color: #BC1D26;
}
.BgClassName
{
background-color: #BC1D26;
}
</style>
border-color css
<style>
span { border-color: #BC1D26; }
span { border-color: rgb(188,29,38); }
td.TdClassName
{
border-color: #BC1D26;
}
.TagClassName
{
border-color: #BC1D26;
}
</style>