Shades of Fire Engine Red #B70F28
Tints of Fire Engine Red #B70F28
RGB
CMYK
RGB Variations
Color information
#B70F28 (or 0xB70F28) is known color: Fire Engine Red. HEX triplet: B7, 0F and 28. RGB value is (183,15,40). Sum of RGB (Red+Green+Blue) = 183+15+40=238 (31% of max value = 765). Red value is 183 (71.88% from 255 or 76.89% from 238); Green value is 15 (6.25% from 255 or 6.30% from 238); Blue value is 40 (16.02% from 255 or 16.81% from 238); Max value from RGB is 183 - color contains mainly: red. Hex color #B70F28 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B70F28 is #48F0D7. Grayscale: #444444. Windows color (decimal): -4780248 or 2625463. OLE color: 2625463.
HSL color Cylindrical-coordinate representation of color #B70F28: hue angle of 351.07º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B70F28 is Cyan = 0, Magento = 0.92, Yellow = 0.78 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 15 | 40 | - |
| CMYK | 0 | 0.92 | 0.78 | 0.28 |
| HSL | 351.07º | 0.85% | 0.39% | - |
| HSV(B) | 351.07º | 0.92% | 0.72% | - |
| XYZ | 20.08 | 10.56 | 2.99 | - |
| YUV | 68.08 | 112.16 | 209.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 15 | 40 | 0 | 0.92 | 0.78 | 0.28 | 351.07 | 0.85 | 0.39 |
| Hex | B7 | F | 28 | 0 | 5C | 4E | 1C | 15F | 55 | 27 |
| Octal | 267 | 17 | 50 | 0 | 134 | 116 | 34 | 537 | 125 | 47 |
| Binary | 10110111 | 1111 | 101000 | 0 | 1011100 | 1001110 | 11100 | 101011111 | 1010101 | 100111 |
Color Harmonies of #B70F28
Complementary color
Monochromatic Colors of #B70F28
Black with #B70F28
Text Example
Text Example
White with #B70F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70F28; }
p { color: rgb(183,15,40); }
H1.HeaderClassName
{
color: #B70F28;
}
.AnyTagClassName
{
color: #B70F28;
}
</style>
background-color css
<style>
a { background-color: #B70F28; }
a { background-color: rgb(183,15,40); }
div.DivClassName
{
background-color: #B70F28;
}
.BgClassName
{
background-color: #B70F28;
}
</style>
border-color css
<style>
span { border-color: #B70F28; }
span { border-color: rgb(183,15,40); }
td.TdClassName
{
border-color: #B70F28;
}
.TagClassName
{
border-color: #B70F28;
}
</style>