Shades of Fire Engine Red #B81E23
Tints of Fire Engine Red #B81E23
RGB
CMYK
RGB Variations
Color information
#B81E23 (or 0xB81E23) is known color: Fire Engine Red. HEX triplet: B8, 1E and 23. RGB value is (184,30,35). Sum of RGB (Red+Green+Blue) = 184+30+35=249 (32% of max value = 765). Red value is 184 (72.27% from 255 or 73.90% from 249); Green value is 30 (12.11% from 255 or 12.05% from 249); Blue value is 35 (14.06% from 255 or 14.06% from 249); Max value from RGB is 184 - color contains mainly: red. Hex color #B81E23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B81E23 is #47E1DC. Grayscale: #4C4C4C. Windows color (decimal): -4710877 or 2301624. OLE color: 2301624.
HSL color Cylindrical-coordinate representation of color #B81E23: hue angle of 358.05º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B81E23 is Cyan = 0, Magento = 0.84, Yellow = 0.81 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 30 | 35 | - |
| CMYK | 0 | 0.84 | 0.81 | 0.28 |
| HSL | 358.05º | 0.72% | 0.42% | - |
| HSV(B) | 358.05º | 0.84% | 0.72% | - |
| XYZ | 20.53 | 11.24 | 2.68 | - |
| YUV | 76.62 | 104.52 | 204.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 30 | 35 | 0 | 0.84 | 0.81 | 0.28 | 358.05 | 0.72 | 0.42 |
| Hex | B8 | 1E | 23 | 0 | 54 | 51 | 1C | 166 | 48 | 2A |
| Octal | 270 | 36 | 43 | 0 | 124 | 121 | 34 | 546 | 110 | 52 |
| Binary | 10111000 | 11110 | 100011 | 0 | 1010100 | 1010001 | 11100 | 101100110 | 1001000 | 101010 |
Color Harmonies of #B81E23
Complementary color
Monochromatic Colors of #B81E23
Black with #B81E23
Text Example
Text Example
White with #B81E23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81E23; }
p { color: rgb(184,30,35); }
H1.HeaderClassName
{
color: #B81E23;
}
.AnyTagClassName
{
color: #B81E23;
}
</style>
background-color css
<style>
a { background-color: #B81E23; }
a { background-color: rgb(184,30,35); }
div.DivClassName
{
background-color: #B81E23;
}
.BgClassName
{
background-color: #B81E23;
}
</style>
border-color css
<style>
span { border-color: #B81E23; }
span { border-color: rgb(184,30,35); }
td.TdClassName
{
border-color: #B81E23;
}
.TagClassName
{
border-color: #B81E23;
}
</style>