Shades of Fire Engine Red #B72223
Tints of Fire Engine Red #B72223
RGB
CMYK
RGB Variations
Color information
#B72223 (or 0xB72223) is known color: Fire Engine Red. HEX triplet: B7, 22 and 23. RGB value is (183,34,35). Sum of RGB (Red+Green+Blue) = 183+34+35=252 (33% of max value = 765). Red value is 183 (71.88% from 255 or 72.62% from 252); Green value is 34 (13.67% from 255 or 13.49% from 252); Blue value is 35 (14.06% from 255 or 13.89% from 252); Max value from RGB is 183 - color contains mainly: red. Hex color #B72223 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72223 is #48DDDC. Grayscale: #4E4E4E. Windows color (decimal): -4775389 or 2302647. OLE color: 2302647.
HSL color Cylindrical-coordinate representation of color #B72223: hue angle of 359.6º degrees, saturation: 0.69, 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 #B72223 is Cyan = 0, Magento = 0.81, Yellow = 0.81 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 34 | 35 | - |
| CMYK | 0 | 0.81 | 0.81 | 0.28 |
| HSL | 359.6º | 0.69% | 0.43% | - |
| HSV(B) | 359.6º | 0.81% | 0.72% | - |
| XYZ | 20.4 | 11.33 | 2.7 | - |
| YUV | 78.67 | 103.36 | 202.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 34 | 35 | 0 | 0.81 | 0.81 | 0.28 | 359.6 | 0.69 | 0.43 |
| Hex | B7 | 22 | 23 | 0 | 51 | 51 | 1C | 168 | 45 | 2B |
| Octal | 267 | 42 | 43 | 0 | 121 | 121 | 34 | 550 | 105 | 53 |
| Binary | 10110111 | 100010 | 100011 | 0 | 1010001 | 1010001 | 11100 | 101101000 | 1000101 | 101011 |
Color Harmonies of #B72223
Complementary color
Monochromatic Colors of #B72223
Black with #B72223
Text Example
Text Example
White with #B72223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72223; }
p { color: rgb(183,34,35); }
H1.HeaderClassName
{
color: #B72223;
}
.AnyTagClassName
{
color: #B72223;
}
</style>
background-color css
<style>
a { background-color: #B72223; }
a { background-color: rgb(183,34,35); }
div.DivClassName
{
background-color: #B72223;
}
.BgClassName
{
background-color: #B72223;
}
</style>
border-color css
<style>
span { border-color: #B72223; }
span { border-color: rgb(183,34,35); }
td.TdClassName
{
border-color: #B72223;
}
.TagClassName
{
border-color: #B72223;
}
</style>