Shades of Fire Engine Red #B71621
Tints of Fire Engine Red #B71621
RGB
CMYK
RGB Variations
Color information
#B71621 (or 0xB71621) is known color: Fire Engine Red. HEX triplet: B7, 16 and 21. RGB value is (183,22,33). Sum of RGB (Red+Green+Blue) = 183+22+33=238 (31% of max value = 765). Red value is 183 (71.88% from 255 or 76.89% from 238); Green value is 22 (8.98% from 255 or 9.24% from 238); Blue value is 33 (13.28% from 255 or 13.87% from 238); Max value from RGB is 183 - color contains mainly: red. Hex color #B71621 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B71621 is #48E9DE. Grayscale: #474747. Windows color (decimal): -4778463 or 2168503. OLE color: 2168503.
HSL color Cylindrical-coordinate representation of color #B71621: hue angle of 355.9º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B71621 is Cyan = 0, Magento = 0.88, Yellow = 0.82 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 22 | 33 | - |
| CMYK | 0 | 0.88 | 0.82 | 0.28 |
| HSL | 355.9º | 0.79% | 0.4% | - |
| HSV(B) | 355.9º | 0.88% | 0.72% | - |
| XYZ | 20.09 | 10.75 | 2.46 | - |
| YUV | 71.39 | 106.34 | 207.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 22 | 33 | 0 | 0.88 | 0.82 | 0.28 | 355.9 | 0.79 | 0.4 |
| Hex | B7 | 16 | 21 | 0 | 58 | 52 | 1C | 164 | 4F | 28 |
| Octal | 267 | 26 | 41 | 0 | 130 | 122 | 34 | 544 | 117 | 50 |
| Binary | 10110111 | 10110 | 100001 | 0 | 1011000 | 1010010 | 11100 | 101100100 | 1001111 | 101000 |
Color Harmonies of #B71621
Complementary color
Monochromatic Colors of #B71621
Black with #B71621
Text Example
Text Example
White with #B71621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71621; }
p { color: rgb(183,22,33); }
H1.HeaderClassName
{
color: #B71621;
}
.AnyTagClassName
{
color: #B71621;
}
</style>
background-color css
<style>
a { background-color: #B71621; }
a { background-color: rgb(183,22,33); }
div.DivClassName
{
background-color: #B71621;
}
.BgClassName
{
background-color: #B71621;
}
</style>
border-color css
<style>
span { border-color: #B71621; }
span { border-color: rgb(183,22,33); }
td.TdClassName
{
border-color: #B71621;
}
.TagClassName
{
border-color: #B71621;
}
</style>