Shades of Fire Engine Red #B41D1E
Tints of Fire Engine Red #B41D1E
RGB
CMYK
RGB Variations
Color information
#B41D1E (or 0xB41D1E) is known color: Fire Engine Red. HEX triplet: B4, 1D and 1E. RGB value is (180,29,30). Sum of RGB (Red+Green+Blue) = 180+29+30=239 (31% of max value = 765). Red value is 180 (70.70% from 255 or 75.31% from 239); Green value is 29 (11.72% from 255 or 12.13% from 239); Blue value is 30 (12.11% from 255 or 12.55% from 239); Max value from RGB is 180 - color contains mainly: red. Hex color #B41D1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B41D1E is #4BE2E1. Grayscale: #4A4A4A. Windows color (decimal): -4973282 or 1973684. OLE color: 1973684.
HSL color Cylindrical-coordinate representation of color #B41D1E: hue angle of 359.6º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B41D1E is Cyan = 0, Magento = 0.84, Yellow = 0.83 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 29 | 30 | - |
| CMYK | 0 | 0.84 | 0.83 | 0.29 |
| HSL | 359.6º | 0.72% | 0.41% | - |
| HSV(B) | 359.6º | 0.84% | 0.71% | - |
| XYZ | 19.5 | 10.68 | 2.26 | - |
| YUV | 74.26 | 103.03 | 203.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 29 | 30 | 0 | 0.84 | 0.83 | 0.29 | 359.6 | 0.72 | 0.41 |
| Hex | B4 | 1D | 1E | 0 | 54 | 53 | 1D | 168 | 48 | 29 |
| Octal | 264 | 35 | 36 | 0 | 124 | 123 | 35 | 550 | 110 | 51 |
| Binary | 10110100 | 11101 | 11110 | 0 | 1010100 | 1010011 | 11101 | 101101000 | 1001000 | 101001 |
Color Harmonies of #B41D1E
Complementary color
Monochromatic Colors of #B41D1E
Black with #B41D1E
Text Example
Text Example
White with #B41D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B41D1E; }
p { color: rgb(180,29,30); }
H1.HeaderClassName
{
color: #B41D1E;
}
.AnyTagClassName
{
color: #B41D1E;
}
</style>
background-color css
<style>
a { background-color: #B41D1E; }
a { background-color: rgb(180,29,30); }
div.DivClassName
{
background-color: #B41D1E;
}
.BgClassName
{
background-color: #B41D1E;
}
</style>
border-color css
<style>
span { border-color: #B41D1E; }
span { border-color: rgb(180,29,30); }
td.TdClassName
{
border-color: #B41D1E;
}
.TagClassName
{
border-color: #B41D1E;
}
</style>