Shades of Fire Engine Red #B11324
Tints of Fire Engine Red #B11324
RGB
CMYK
RGB Variations
Color information
#B11324 (or 0xB11324) is known color: Fire Engine Red. HEX triplet: B1, 13 and 24. RGB value is (177,19,36). Sum of RGB (Red+Green+Blue) = 177+19+36=232 (30% of max value = 765). Red value is 177 (69.53% from 255 or 76.29% from 232); Green value is 19 (7.81% from 255 or 8.19% from 232); Blue value is 36 (14.45% from 255 or 15.52% from 232); Max value from RGB is 177 - color contains mainly: red. Hex color #B11324 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B11324 is #4EECDB. Grayscale: #444444. Windows color (decimal): -5172444 or 2364337. OLE color: 2364337.
HSL color Cylindrical-coordinate representation of color #B11324: hue angle of 353.54º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B11324 is Cyan = 0, Magento = 0.89, Yellow = 0.80 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 19 | 36 | - |
| CMYK | 0 | 0.89 | 0.80 | 0.31 |
| HSL | 353.54º | 0.81% | 0.38% | - |
| HSV(B) | 353.54º | 0.89% | 0.69% | - |
| XYZ | 18.68 | 9.94 | 2.6 | - |
| YUV | 68.18 | 109.85 | 205.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 19 | 36 | 0 | 0.89 | 0.80 | 0.31 | 353.54 | 0.81 | 0.38 |
| Hex | B1 | 13 | 24 | 0 | 59 | 50 | 1F | 162 | 51 | 26 |
| Octal | 261 | 23 | 44 | 0 | 131 | 120 | 37 | 542 | 121 | 46 |
| Binary | 10110001 | 10011 | 100100 | 0 | 1011001 | 1010000 | 11111 | 101100010 | 1010001 | 100110 |
Color Harmonies of #B11324
Complementary color
Monochromatic Colors of #B11324
Black with #B11324
Text Example
Text Example
White with #B11324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11324; }
p { color: rgb(177,19,36); }
H1.HeaderClassName
{
color: #B11324;
}
.AnyTagClassName
{
color: #B11324;
}
</style>
background-color css
<style>
a { background-color: #B11324; }
a { background-color: rgb(177,19,36); }
div.DivClassName
{
background-color: #B11324;
}
.BgClassName
{
background-color: #B11324;
}
</style>
border-color css
<style>
span { border-color: #B11324; }
span { border-color: rgb(177,19,36); }
td.TdClassName
{
border-color: #B11324;
}
.TagClassName
{
border-color: #B11324;
}
</style>