Shades of Fire Engine Red #B21B20
Tints of Fire Engine Red #B21B20
RGB
CMYK
RGB Variations
Color information
#B21B20 (or 0xB21B20) is known color: Fire Engine Red. HEX triplet: B2, 1B and 20. RGB value is (178,27,32). Sum of RGB (Red+Green+Blue) = 178+27+32=237 (31% of max value = 765). Red value is 178 (69.92% from 255 or 75.11% from 237); Green value is 27 (10.94% from 255 or 11.39% from 237); Blue value is 32 (12.89% from 255 or 13.50% from 237); Max value from RGB is 178 - color contains mainly: red. Hex color #B21B20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B21B20 is #4DE4DF. Grayscale: #484848. Windows color (decimal): -5104864 or 2104242. OLE color: 2104242.
HSL color Cylindrical-coordinate representation of color #B21B20: hue angle of 358.01º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B21B20 is Cyan = 0, Magento = 0.85, Yellow = 0.82 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 27 | 32 | - |
| CMYK | 0 | 0.85 | 0.82 | 0.30 |
| HSL | 358.01º | 0.74% | 0.4% | - |
| HSV(B) | 358.01º | 0.85% | 0.7% | - |
| XYZ | 19.01 | 10.35 | 2.36 | - |
| YUV | 72.72 | 105.03 | 203.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 27 | 32 | 0 | 0.85 | 0.82 | 0.30 | 358.01 | 0.74 | 0.4 |
| Hex | B2 | 1B | 20 | 0 | 55 | 52 | 1E | 166 | 4A | 28 |
| Octal | 262 | 33 | 40 | 0 | 125 | 122 | 36 | 546 | 112 | 50 |
| Binary | 10110010 | 11011 | 100000 | 0 | 1010101 | 1010010 | 11110 | 101100110 | 1001010 | 101000 |
Color Harmonies of #B21B20
Complementary color
Monochromatic Colors of #B21B20
Black with #B21B20
Text Example
Text Example
White with #B21B20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B21B20; }
p { color: rgb(178,27,32); }
H1.HeaderClassName
{
color: #B21B20;
}
.AnyTagClassName
{
color: #B21B20;
}
</style>
background-color css
<style>
a { background-color: #B21B20; }
a { background-color: rgb(178,27,32); }
div.DivClassName
{
background-color: #B21B20;
}
.BgClassName
{
background-color: #B21B20;
}
</style>
border-color css
<style>
span { border-color: #B21B20; }
span { border-color: rgb(178,27,32); }
td.TdClassName
{
border-color: #B21B20;
}
.TagClassName
{
border-color: #B21B20;
}
</style>