Shades of Fire Engine Red #B21C21
Tints of Fire Engine Red #B21C21
RGB
CMYK
RGB Variations
Color information
#B21C21 (or 0xB21C21) is known color: Fire Engine Red. HEX triplet: B2, 1C and 21. RGB value is (178,28,33). Sum of RGB (Red+Green+Blue) = 178+28+33=239 (31% of max value = 765). Red value is 178 (69.92% from 255 or 74.48% from 239); Green value is 28 (11.33% from 255 or 11.72% from 239); Blue value is 33 (13.28% from 255 or 13.81% from 239); Max value from RGB is 178 - color contains mainly: red. Hex color #B21C21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B21C21 is #4DE3DE. Grayscale: #494949. Windows color (decimal): -5104607 or 2170034. OLE color: 2170034.
HSL color Cylindrical-coordinate representation of color #B21C21: hue angle of 358º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B21C21 is Cyan = 0, Magento = 0.84, Yellow = 0.81 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 28 | 33 | - |
| CMYK | 0 | 0.84 | 0.81 | 0.30 |
| HSL | 358º | 0.73% | 0.4% | - |
| HSV(B) | 358º | 0.84% | 0.7% | - |
| XYZ | 19.05 | 10.41 | 2.44 | - |
| YUV | 73.42 | 105.2 | 202.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 28 | 33 | 0 | 0.84 | 0.81 | 0.30 | 358 | 0.73 | 0.4 |
| Hex | B2 | 1C | 21 | 0 | 54 | 51 | 1E | 166 | 49 | 28 |
| Octal | 262 | 34 | 41 | 0 | 124 | 121 | 36 | 546 | 111 | 50 |
| Binary | 10110010 | 11100 | 100001 | 0 | 1010100 | 1010001 | 11110 | 101100110 | 1001001 | 101000 |
Color Harmonies of #B21C21
Complementary color
Monochromatic Colors of #B21C21
Black with #B21C21
Text Example
Text Example
White with #B21C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B21C21; }
p { color: rgb(178,28,33); }
H1.HeaderClassName
{
color: #B21C21;
}
.AnyTagClassName
{
color: #B21C21;
}
</style>
background-color css
<style>
a { background-color: #B21C21; }
a { background-color: rgb(178,28,33); }
div.DivClassName
{
background-color: #B21C21;
}
.BgClassName
{
background-color: #B21C21;
}
</style>
border-color css
<style>
span { border-color: #B21C21; }
span { border-color: rgb(178,28,33); }
td.TdClassName
{
border-color: #B21C21;
}
.TagClassName
{
border-color: #B21C21;
}
</style>