Shades of Fire Engine Red #B71423
Tints of Fire Engine Red #B71423
RGB
CMYK
RGB Variations
Color information
#B71423 (or 0xB71423) is known color: Fire Engine Red. HEX triplet: B7, 14 and 23. RGB value is (183,20,35). Sum of RGB (Red+Green+Blue) = 183+20+35=238 (31% of max value = 765). Red value is 183 (71.88% from 255 or 76.89% from 238); Green value is 20 (8.20% from 255 or 8.40% from 238); Blue value is 35 (14.06% from 255 or 14.71% from 238); Max value from RGB is 183 - color contains mainly: red. Hex color #B71423 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B71423 is #48EBDC. Grayscale: #464646. Windows color (decimal): -4778973 or 2299063. OLE color: 2299063.
HSL color Cylindrical-coordinate representation of color #B71423: hue angle of 354.48º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B71423 is Cyan = 0, Magento = 0.89, Yellow = 0.81 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 20 | 35 | - |
| CMYK | 0 | 0.89 | 0.81 | 0.28 |
| HSL | 354.48º | 0.8% | 0.4% | - |
| HSV(B) | 354.48º | 0.89% | 0.72% | - |
| XYZ | 20.08 | 10.69 | 2.59 | - |
| YUV | 70.45 | 108 | 208.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 20 | 35 | 0 | 0.89 | 0.81 | 0.28 | 354.48 | 0.8 | 0.4 |
| Hex | B7 | 14 | 23 | 0 | 59 | 51 | 1C | 162 | 50 | 28 |
| Octal | 267 | 24 | 43 | 0 | 131 | 121 | 34 | 542 | 120 | 50 |
| Binary | 10110111 | 10100 | 100011 | 0 | 1011001 | 1010001 | 11100 | 101100010 | 1010000 | 101000 |
Color Harmonies of #B71423
Complementary color
Monochromatic Colors of #B71423
Black with #B71423
Text Example
Text Example
White with #B71423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71423; }
p { color: rgb(183,20,35); }
H1.HeaderClassName
{
color: #B71423;
}
.AnyTagClassName
{
color: #B71423;
}
</style>
background-color css
<style>
a { background-color: #B71423; }
a { background-color: rgb(183,20,35); }
div.DivClassName
{
background-color: #B71423;
}
.BgClassName
{
background-color: #B71423;
}
</style>
border-color css
<style>
span { border-color: #B71423; }
span { border-color: rgb(183,20,35); }
td.TdClassName
{
border-color: #B71423;
}
.TagClassName
{
border-color: #B71423;
}
</style>