Shades of Fire Engine Red #B11D20
Tints of Fire Engine Red #B11D20
RGB
CMYK
RGB Variations
Color information
#B11D20 (or 0xB11D20) is known color: Fire Engine Red. HEX triplet: B1, 1D and 20. RGB value is (177,29,32). Sum of RGB (Red+Green+Blue) = 177+29+32=238 (31% of max value = 765). Red value is 177 (69.53% from 255 or 74.37% from 238); Green value is 29 (11.72% from 255 or 12.18% from 238); Blue value is 32 (12.89% from 255 or 13.45% from 238); Max value from RGB is 177 - color contains mainly: red. Hex color #B11D20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B11D20 is #4EE2DF. Grayscale: #494949. Windows color (decimal): -5169888 or 2104753. OLE color: 2104753.
HSL color Cylindrical-coordinate representation of color #B11D20: hue angle of 358.78º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B11D20 is Cyan = 0, Magento = 0.84, Yellow = 0.82 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 29 | 32 | - |
| CMYK | 0 | 0.84 | 0.82 | 0.31 |
| HSL | 358.78º | 0.72% | 0.4% | - |
| HSV(B) | 358.78º | 0.84% | 0.69% | - |
| XYZ | 18.83 | 10.33 | 2.37 | - |
| YUV | 73.59 | 104.53 | 201.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 29 | 32 | 0 | 0.84 | 0.82 | 0.31 | 358.78 | 0.72 | 0.4 |
| Hex | B1 | 1D | 20 | 0 | 54 | 52 | 1F | 167 | 48 | 28 |
| Octal | 261 | 35 | 40 | 0 | 124 | 122 | 37 | 547 | 110 | 50 |
| Binary | 10110001 | 11101 | 100000 | 0 | 1010100 | 1010010 | 11111 | 101100111 | 1001000 | 101000 |
Color Harmonies of #B11D20
Complementary color
Monochromatic Colors of #B11D20
Black with #B11D20
Text Example
Text Example
White with #B11D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11D20; }
p { color: rgb(177,29,32); }
H1.HeaderClassName
{
color: #B11D20;
}
.AnyTagClassName
{
color: #B11D20;
}
</style>
background-color css
<style>
a { background-color: #B11D20; }
a { background-color: rgb(177,29,32); }
div.DivClassName
{
background-color: #B11D20;
}
.BgClassName
{
background-color: #B11D20;
}
</style>
border-color css
<style>
span { border-color: #B11D20; }
span { border-color: rgb(177,29,32); }
td.TdClassName
{
border-color: #B11D20;
}
.TagClassName
{
border-color: #B11D20;
}
</style>