Shades of Fire Engine Red #B72021
Tints of Fire Engine Red #B72021
RGB
CMYK
RGB Variations
Color information
#B72021 (or 0xB72021) is known color: Fire Engine Red. HEX triplet: B7, 20 and 21. RGB value is (183,32,33). Sum of RGB (Red+Green+Blue) = 183+32+33=248 (32% of max value = 765). Red value is 183 (71.88% from 255 or 73.79% from 248); Green value is 32 (12.89% from 255 or 12.90% from 248); Blue value is 33 (13.28% from 255 or 13.31% from 248); Max value from RGB is 183 - color contains mainly: red. Hex color #B72021 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72021 is #48DFDE. Grayscale: #4D4D4D. Windows color (decimal): -4775903 or 2171063. OLE color: 2171063.
HSL color Cylindrical-coordinate representation of color #B72021: hue angle of 359.6º degrees, saturation: 0.7, 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 #B72021 is Cyan = 0, Magento = 0.83, Yellow = 0.82 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 32 | 33 | - |
| CMYK | 0 | 0.83 | 0.82 | 0.28 |
| HSL | 359.6º | 0.7% | 0.42% | - |
| HSV(B) | 359.6º | 0.83% | 0.72% | - |
| XYZ | 20.32 | 11.21 | 2.53 | - |
| YUV | 77.26 | 103.03 | 203.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 32 | 33 | 0 | 0.83 | 0.82 | 0.28 | 359.6 | 0.7 | 0.42 |
| Hex | B7 | 20 | 21 | 0 | 53 | 52 | 1C | 168 | 46 | 2A |
| Octal | 267 | 40 | 41 | 0 | 123 | 122 | 34 | 550 | 106 | 52 |
| Binary | 10110111 | 100000 | 100001 | 0 | 1010011 | 1010010 | 11100 | 101101000 | 1000110 | 101010 |
Color Harmonies of #B72021
Complementary color
Monochromatic Colors of #B72021
Black with #B72021
Text Example
Text Example
White with #B72021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72021; }
p { color: rgb(183,32,33); }
H1.HeaderClassName
{
color: #B72021;
}
.AnyTagClassName
{
color: #B72021;
}
</style>
background-color css
<style>
a { background-color: #B72021; }
a { background-color: rgb(183,32,33); }
div.DivClassName
{
background-color: #B72021;
}
.BgClassName
{
background-color: #B72021;
}
</style>
border-color css
<style>
span { border-color: #B72021; }
span { border-color: rgb(183,32,33); }
td.TdClassName
{
border-color: #B72021;
}
.TagClassName
{
border-color: #B72021;
}
</style>