Shades of Fire Engine Red #B11A21
Tints of Fire Engine Red #B11A21
RGB
CMYK
RGB Variations
Color information
#B11A21 (or 0xB11A21) is known color: Fire Engine Red. HEX triplet: B1, 1A and 21. RGB value is (177,26,33). Sum of RGB (Red+Green+Blue) = 177+26+33=236 (31% of max value = 765). Red value is 177 (69.53% from 255 or 75% from 236); Green value is 26 (10.55% from 255 or 11.02% from 236); Blue value is 33 (13.28% from 255 or 13.98% from 236); Max value from RGB is 177 - color contains mainly: red. Hex color #B11A21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B11A21 is #4EE5DE. Grayscale: #484848. Windows color (decimal): -5170655 or 2169521. OLE color: 2169521.
HSL color Cylindrical-coordinate representation of color #B11A21: hue angle of 357.22º 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 #B11A21 is Cyan = 0, Magento = 0.85, Yellow = 0.81 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 26 | 33 | - |
| CMYK | 0 | 0.85 | 0.81 | 0.31 |
| HSL | 357.22º | 0.74% | 0.4% | - |
| HSV(B) | 357.22º | 0.85% | 0.69% | - |
| XYZ | 18.78 | 10.2 | 2.42 | - |
| YUV | 71.95 | 106.03 | 202.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 26 | 33 | 0 | 0.85 | 0.81 | 0.31 | 357.22 | 0.74 | 0.4 |
| Hex | B1 | 1A | 21 | 0 | 55 | 51 | 1F | 165 | 4A | 28 |
| Octal | 261 | 32 | 41 | 0 | 125 | 121 | 37 | 545 | 112 | 50 |
| Binary | 10110001 | 11010 | 100001 | 0 | 1010101 | 1010001 | 11111 | 101100101 | 1001010 | 101000 |
Color Harmonies of #B11A21
Complementary color
Monochromatic Colors of #B11A21
Black with #B11A21
Text Example
Text Example
White with #B11A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11A21; }
p { color: rgb(177,26,33); }
H1.HeaderClassName
{
color: #B11A21;
}
.AnyTagClassName
{
color: #B11A21;
}
</style>
background-color css
<style>
a { background-color: #B11A21; }
a { background-color: rgb(177,26,33); }
div.DivClassName
{
background-color: #B11A21;
}
.BgClassName
{
background-color: #B11A21;
}
</style>
border-color css
<style>
span { border-color: #B11A21; }
span { border-color: rgb(177,26,33); }
td.TdClassName
{
border-color: #B11A21;
}
.TagClassName
{
border-color: #B11A21;
}
</style>