Shades of Fire Engine Red #B32021
Tints of Fire Engine Red #B32021
RGB
CMYK
RGB Variations
Color information
#B32021 (or 0xB32021) is known color: Fire Engine Red. HEX triplet: B3, 20 and 21. RGB value is (179,32,33). Sum of RGB (Red+Green+Blue) = 179+32+33=244 (32% of max value = 765). Red value is 179 (70.31% from 255 or 73.36% from 244); Green value is 32 (12.89% from 255 or 13.11% from 244); Blue value is 33 (13.28% from 255 or 13.52% from 244); Max value from RGB is 179 - color contains mainly: red. Hex color #B32021 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32021 is #4CDFDE. Grayscale: #4C4C4C. Windows color (decimal): -5038047 or 2171059. OLE color: 2171059.
HSL color Cylindrical-coordinate representation of color #B32021: hue angle of 359.59º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B32021 is Cyan = 0, Magento = 0.82, Yellow = 0.82 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 32 | 33 | - |
| CMYK | 0 | 0.82 | 0.82 | 0.30 |
| HSL | 359.59º | 0.7% | 0.41% | - |
| HSV(B) | 359.59º | 0.82% | 0.7% | - |
| XYZ | 19.38 | 10.73 | 2.49 | - |
| YUV | 76.07 | 103.7 | 201.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 32 | 33 | 0 | 0.82 | 0.82 | 0.30 | 359.59 | 0.7 | 0.41 |
| Hex | B3 | 20 | 21 | 0 | 52 | 52 | 1E | 168 | 46 | 29 |
| Octal | 263 | 40 | 41 | 0 | 122 | 122 | 36 | 550 | 106 | 51 |
| Binary | 10110011 | 100000 | 100001 | 0 | 1010010 | 1010010 | 11110 | 101101000 | 1000110 | 101001 |
Color Harmonies of #B32021
Complementary color
Monochromatic Colors of #B32021
Black with #B32021
Text Example
Text Example
White with #B32021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32021; }
p { color: rgb(179,32,33); }
H1.HeaderClassName
{
color: #B32021;
}
.AnyTagClassName
{
color: #B32021;
}
</style>
background-color css
<style>
a { background-color: #B32021; }
a { background-color: rgb(179,32,33); }
div.DivClassName
{
background-color: #B32021;
}
.BgClassName
{
background-color: #B32021;
}
</style>
border-color css
<style>
span { border-color: #B32021; }
span { border-color: rgb(179,32,33); }
td.TdClassName
{
border-color: #B32021;
}
.TagClassName
{
border-color: #B32021;
}
</style>