Shades of Fire Engine Red #B11A1D
Tints of Fire Engine Red #B11A1D
RGB
CMYK
RGB Variations
Color information
#B11A1D (or 0xB11A1D) is known color: Fire Engine Red. HEX triplet: B1, 1A and 1D. RGB value is (177,26,29). Sum of RGB (Red+Green+Blue) = 177+26+29=232 (30% of max value = 765). Red value is 177 (69.53% from 255 or 76.29% from 232); Green value is 26 (10.55% from 255 or 11.21% from 232); Blue value is 29 (11.72% from 255 or 12.5% from 232); Max value from RGB is 177 - color contains mainly: red. Hex color #B11A1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B11A1D is #4EE5E2. Grayscale: #474747. Windows color (decimal): -5170659 or 1907377. OLE color: 1907377.
HSL color Cylindrical-coordinate representation of color #B11A1D: hue angle of 358.81º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B11A1D is Cyan = 0, Magento = 0.85, Yellow = 0.84 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 26 | 29 | - |
| CMYK | 0 | 0.85 | 0.84 | 0.31 |
| HSL | 358.81º | 0.74% | 0.4% | - |
| HSV(B) | 358.81º | 0.85% | 0.69% | - |
| XYZ | 18.72 | 10.17 | 2.14 | - |
| YUV | 71.49 | 104.03 | 203.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 26 | 29 | 0 | 0.85 | 0.84 | 0.31 | 358.81 | 0.74 | 0.4 |
| Hex | B1 | 1A | 1D | 0 | 55 | 54 | 1F | 167 | 4A | 28 |
| Octal | 261 | 32 | 35 | 0 | 125 | 124 | 37 | 547 | 112 | 50 |
| Binary | 10110001 | 11010 | 11101 | 0 | 1010101 | 1010100 | 11111 | 101100111 | 1001010 | 101000 |
Color Harmonies of #B11A1D
Complementary color
Monochromatic Colors of #B11A1D
Black with #B11A1D
Text Example
Text Example
White with #B11A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11A1D; }
p { color: rgb(177,26,29); }
H1.HeaderClassName
{
color: #B11A1D;
}
.AnyTagClassName
{
color: #B11A1D;
}
</style>
background-color css
<style>
a { background-color: #B11A1D; }
a { background-color: rgb(177,26,29); }
div.DivClassName
{
background-color: #B11A1D;
}
.BgClassName
{
background-color: #B11A1D;
}
</style>
border-color css
<style>
span { border-color: #B11A1D; }
span { border-color: rgb(177,26,29); }
td.TdClassName
{
border-color: #B11A1D;
}
.TagClassName
{
border-color: #B11A1D;
}
</style>