Shades of Fire Engine Red #B31D20
Tints of Fire Engine Red #B31D20
RGB
CMYK
RGB Variations
Color information
#B31D20 (or 0xB31D20) is known color: Fire Engine Red. HEX triplet: B3, 1D and 20. RGB value is (179,29,32). Sum of RGB (Red+Green+Blue) = 179+29+32=240 (31% of max value = 765). Red value is 179 (70.31% from 255 or 74.58% from 240); Green value is 29 (11.72% from 255 or 12.08% from 240); Blue value is 32 (12.89% from 255 or 13.33% from 240); Max value from RGB is 179 - color contains mainly: red. Hex color #B31D20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B31D20 is #4CE2DF. Grayscale: #4A4A4A. Windows color (decimal): -5038816 or 2104755. OLE color: 2104755.
HSL color Cylindrical-coordinate representation of color #B31D20: hue angle of 358.8º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B31D20 is Cyan = 0, Magento = 0.84, Yellow = 0.82 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 29 | 32 | - |
| CMYK | 0 | 0.84 | 0.82 | 0.30 |
| HSL | 358.8º | 0.72% | 0.41% | - |
| HSV(B) | 358.8º | 0.84% | 0.7% | - |
| XYZ | 19.29 | 10.57 | 2.39 | - |
| YUV | 74.19 | 104.2 | 202.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 29 | 32 | 0 | 0.84 | 0.82 | 0.30 | 358.8 | 0.72 | 0.41 |
| Hex | B3 | 1D | 20 | 0 | 54 | 52 | 1E | 167 | 48 | 29 |
| Octal | 263 | 35 | 40 | 0 | 124 | 122 | 36 | 547 | 110 | 51 |
| Binary | 10110011 | 11101 | 100000 | 0 | 1010100 | 1010010 | 11110 | 101100111 | 1001000 | 101001 |
Color Harmonies of #B31D20
Complementary color
Monochromatic Colors of #B31D20
Black with #B31D20
Text Example
Text Example
White with #B31D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31D20; }
p { color: rgb(179,29,32); }
H1.HeaderClassName
{
color: #B31D20;
}
.AnyTagClassName
{
color: #B31D20;
}
</style>
background-color css
<style>
a { background-color: #B31D20; }
a { background-color: rgb(179,29,32); }
div.DivClassName
{
background-color: #B31D20;
}
.BgClassName
{
background-color: #B31D20;
}
</style>
border-color css
<style>
span { border-color: #B31D20; }
span { border-color: rgb(179,29,32); }
td.TdClassName
{
border-color: #B31D20;
}
.TagClassName
{
border-color: #B31D20;
}
</style>