Shades of Fire Engine Red #B32123
Tints of Fire Engine Red #B32123
RGB
CMYK
RGB Variations
Color information
#B32123 (or 0xB32123) is known color: Fire Engine Red. HEX triplet: B3, 21 and 23. RGB value is (179,33,35). Sum of RGB (Red+Green+Blue) = 179+33+35=247 (32% of max value = 765). Red value is 179 (70.31% from 255 or 72.47% from 247); Green value is 33 (13.28% from 255 or 13.36% from 247); Blue value is 35 (14.06% from 255 or 14.17% from 247); Max value from RGB is 179 - color contains mainly: red. Hex color #B32123 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32123 is #4CDEDC. Grayscale: #4D4D4D. Windows color (decimal): -5037789 or 2302387. OLE color: 2302387.
HSL color Cylindrical-coordinate representation of color #B32123: hue angle of 359.18º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B32123 is Cyan = 0, Magento = 0.82, Yellow = 0.80 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 33 | 35 | - |
| CMYK | 0 | 0.82 | 0.80 | 0.30 |
| HSL | 359.18º | 0.69% | 0.42% | - |
| HSV(B) | 359.18º | 0.82% | 0.7% | - |
| XYZ | 19.44 | 10.79 | 2.65 | - |
| YUV | 76.88 | 104.37 | 200.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 33 | 35 | 0 | 0.82 | 0.80 | 0.30 | 359.18 | 0.69 | 0.42 |
| Hex | B3 | 21 | 23 | 0 | 52 | 50 | 1E | 167 | 45 | 2A |
| Octal | 263 | 41 | 43 | 0 | 122 | 120 | 36 | 547 | 105 | 52 |
| Binary | 10110011 | 100001 | 100011 | 0 | 1010010 | 1010000 | 11110 | 101100111 | 1000101 | 101010 |
Color Harmonies of #B32123
Complementary color
Monochromatic Colors of #B32123
Black with #B32123
Text Example
Text Example
White with #B32123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32123; }
p { color: rgb(179,33,35); }
H1.HeaderClassName
{
color: #B32123;
}
.AnyTagClassName
{
color: #B32123;
}
</style>
background-color css
<style>
a { background-color: #B32123; }
a { background-color: rgb(179,33,35); }
div.DivClassName
{
background-color: #B32123;
}
.BgClassName
{
background-color: #B32123;
}
</style>
border-color css
<style>
span { border-color: #B32123; }
span { border-color: rgb(179,33,35); }
td.TdClassName
{
border-color: #B32123;
}
.TagClassName
{
border-color: #B32123;
}
</style>