Shades of Fire Engine Red #B82324
Tints of Fire Engine Red #B82324
RGB
CMYK
RGB Variations
Color information
#B82324 (or 0xB82324) is known color: Fire Engine Red. HEX triplet: B8, 23 and 24. RGB value is (184,35,36). Sum of RGB (Red+Green+Blue) = 184+35+36=255 (33% of max value = 765). Red value is 184 (72.27% from 255 or 72.16% from 255); Green value is 35 (14.06% from 255 or 13.73% from 255); Blue value is 36 (14.45% from 255 or 14.12% from 255); Max value from RGB is 184 - color contains mainly: red. Hex color #B82324 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B82324 is #47DCDB. Grayscale: #4F4F4F. Windows color (decimal): -4709596 or 2368440. OLE color: 2368440.
HSL color Cylindrical-coordinate representation of color #B82324: hue angle of 359.6º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B82324 is Cyan = 0, Magento = 0.81, Yellow = 0.80 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 35 | 36 | - |
| CMYK | 0 | 0.81 | 0.80 | 0.28 |
| HSL | 359.6º | 0.68% | 0.43% | - |
| HSV(B) | 359.6º | 0.81% | 0.72% | - |
| XYZ | 20.69 | 11.52 | 2.8 | - |
| YUV | 79.67 | 103.36 | 202.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 35 | 36 | 0 | 0.81 | 0.80 | 0.28 | 359.6 | 0.68 | 0.43 |
| Hex | B8 | 23 | 24 | 0 | 51 | 50 | 1C | 168 | 44 | 2B |
| Octal | 270 | 43 | 44 | 0 | 121 | 120 | 34 | 550 | 104 | 53 |
| Binary | 10111000 | 100011 | 100100 | 0 | 1010001 | 1010000 | 11100 | 101101000 | 1000100 | 101011 |
Color Harmonies of #B82324
Complementary color
Monochromatic Colors of #B82324
Black with #B82324
Text Example
Text Example
White with #B82324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82324; }
p { color: rgb(184,35,36); }
H1.HeaderClassName
{
color: #B82324;
}
.AnyTagClassName
{
color: #B82324;
}
</style>
background-color css
<style>
a { background-color: #B82324; }
a { background-color: rgb(184,35,36); }
div.DivClassName
{
background-color: #B82324;
}
.BgClassName
{
background-color: #B82324;
}
</style>
border-color css
<style>
span { border-color: #B82324; }
span { border-color: rgb(184,35,36); }
td.TdClassName
{
border-color: #B82324;
}
.TagClassName
{
border-color: #B82324;
}
</style>