Shades of Fire Engine Red #B42224
Tints of Fire Engine Red #B42224
RGB
CMYK
RGB Variations
Color information
#B42224 (or 0xB42224) is known color: Fire Engine Red. HEX triplet: B4, 22 and 24. RGB value is (180,34,36). Sum of RGB (Red+Green+Blue) = 180+34+36=250 (33% of max value = 765). Red value is 180 (70.70% from 255 or 72% from 250); Green value is 34 (13.67% from 255 or 13.6% from 250); Blue value is 36 (14.45% from 255 or 14.4% from 250); Max value from RGB is 180 - color contains mainly: red. Hex color #B42224 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42224 is #4BDDDB. Grayscale: #4E4E4E. Windows color (decimal): -4971996 or 2368180. OLE color: 2368180.
HSL color Cylindrical-coordinate representation of color #B42224: hue angle of 359.18º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B42224 is Cyan = 0, Magento = 0.81, Yellow = 0.8 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 34 | 36 | - |
| CMYK | 0 | 0.81 | 0.8 | 0.29 |
| HSL | 359.18º | 0.68% | 0.42% | - |
| HSV(B) | 359.18º | 0.81% | 0.71% | - |
| XYZ | 19.71 | 10.97 | 2.75 | - |
| YUV | 77.88 | 104.37 | 200.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 34 | 36 | 0 | 0.81 | 0.8 | 0.29 | 359.18 | 0.68 | 0.42 |
| Hex | B4 | 22 | 24 | 0 | 51 | 50 | 1D | 167 | 44 | 2A |
| Octal | 264 | 42 | 44 | 0 | 121 | 120 | 35 | 547 | 104 | 52 |
| Binary | 10110100 | 100010 | 100100 | 0 | 1010001 | 1010000 | 11101 | 101100111 | 1000100 | 101010 |
Color Harmonies of #B42224
Complementary color
Monochromatic Colors of #B42224
Black with #B42224
Text Example
Text Example
White with #B42224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42224; }
p { color: rgb(180,34,36); }
H1.HeaderClassName
{
color: #B42224;
}
.AnyTagClassName
{
color: #B42224;
}
</style>
background-color css
<style>
a { background-color: #B42224; }
a { background-color: rgb(180,34,36); }
div.DivClassName
{
background-color: #B42224;
}
.BgClassName
{
background-color: #B42224;
}
</style>
border-color css
<style>
span { border-color: #B42224; }
span { border-color: rgb(180,34,36); }
td.TdClassName
{
border-color: #B42224;
}
.TagClassName
{
border-color: #B42224;
}
</style>