Shades of Fire Engine Red #B81F23
Tints of Fire Engine Red #B81F23
RGB
CMYK
RGB Variations
Color information
#B81F23 (or 0xB81F23) is known color: Fire Engine Red. HEX triplet: B8, 1F and 23. RGB value is (184,31,35). Sum of RGB (Red+Green+Blue) = 184+31+35=250 (33% of max value = 765). Red value is 184 (72.27% from 255 or 73.6% from 250); Green value is 31 (12.5% from 255 or 12.4% from 250); Blue value is 35 (14.06% from 255 or 14% from 250); Max value from RGB is 184 - color contains mainly: red. Hex color #B81F23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B81F23 is #47E0DC. Grayscale: #4D4D4D. Windows color (decimal): -4710621 or 2301880. OLE color: 2301880.
HSL color Cylindrical-coordinate representation of color #B81F23: hue angle of 358.43º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B81F23 is Cyan = 0, Magento = 0.83, Yellow = 0.81 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 31 | 35 | - |
| CMYK | 0 | 0.83 | 0.81 | 0.28 |
| HSL | 358.43º | 0.71% | 0.42% | - |
| HSV(B) | 358.43º | 0.83% | 0.72% | - |
| XYZ | 20.56 | 11.29 | 2.69 | - |
| YUV | 77.2 | 104.19 | 204.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 31 | 35 | 0 | 0.83 | 0.81 | 0.28 | 358.43 | 0.71 | 0.42 |
| Hex | B8 | 1F | 23 | 0 | 53 | 51 | 1C | 166 | 47 | 2A |
| Octal | 270 | 37 | 43 | 0 | 123 | 121 | 34 | 546 | 107 | 52 |
| Binary | 10111000 | 11111 | 100011 | 0 | 1010011 | 1010001 | 11100 | 101100110 | 1000111 | 101010 |
Color Harmonies of #B81F23
Complementary color
Monochromatic Colors of #B81F23
Black with #B81F23
Text Example
Text Example
White with #B81F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81F23; }
p { color: rgb(184,31,35); }
H1.HeaderClassName
{
color: #B81F23;
}
.AnyTagClassName
{
color: #B81F23;
}
</style>
background-color css
<style>
a { background-color: #B81F23; }
a { background-color: rgb(184,31,35); }
div.DivClassName
{
background-color: #B81F23;
}
.BgClassName
{
background-color: #B81F23;
}
</style>
border-color css
<style>
span { border-color: #B81F23; }
span { border-color: rgb(184,31,35); }
td.TdClassName
{
border-color: #B81F23;
}
.TagClassName
{
border-color: #B81F23;
}
</style>