Shades of Fire Engine Red #B61D1F
Tints of Fire Engine Red #B61D1F
RGB
CMYK
RGB Variations
Color information
#B61D1F (or 0xB61D1F) is known color: Fire Engine Red. HEX triplet: B6, 1D and 1F. RGB value is (182,29,31). Sum of RGB (Red+Green+Blue) = 182+29+31=242 (32% of max value = 765). Red value is 182 (71.48% from 255 or 75.21% from 242); Green value is 29 (11.72% from 255 or 11.98% from 242); Blue value is 31 (12.5% from 255 or 12.81% from 242); Max value from RGB is 182 - color contains mainly: red. Hex color #B61D1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B61D1F is #49E2E0. Grayscale: #4B4B4B. Windows color (decimal): -4842209 or 2039222. OLE color: 2039222.
HSL color Cylindrical-coordinate representation of color #B61D1F: hue angle of 359.22º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B61D1F is Cyan = 0, Magento = 0.84, Yellow = 0.83 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 29 | 31 | - |
| CMYK | 0 | 0.84 | 0.83 | 0.29 |
| HSL | 359.22º | 0.73% | 0.41% | - |
| HSV(B) | 359.22º | 0.84% | 0.71% | - |
| XYZ | 19.98 | 10.92 | 2.35 | - |
| YUV | 74.98 | 103.19 | 204.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 29 | 31 | 0 | 0.84 | 0.83 | 0.29 | 359.22 | 0.73 | 0.41 |
| Hex | B6 | 1D | 1F | 0 | 54 | 53 | 1D | 167 | 49 | 29 |
| Octal | 266 | 35 | 37 | 0 | 124 | 123 | 35 | 547 | 111 | 51 |
| Binary | 10110110 | 11101 | 11111 | 0 | 1010100 | 1010011 | 11101 | 101100111 | 1001001 | 101001 |
Color Harmonies of #B61D1F
Complementary color
Monochromatic Colors of #B61D1F
Black with #B61D1F
Text Example
Text Example
White with #B61D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B61D1F; }
p { color: rgb(182,29,31); }
H1.HeaderClassName
{
color: #B61D1F;
}
.AnyTagClassName
{
color: #B61D1F;
}
</style>
background-color css
<style>
a { background-color: #B61D1F; }
a { background-color: rgb(182,29,31); }
div.DivClassName
{
background-color: #B61D1F;
}
.BgClassName
{
background-color: #B61D1F;
}
</style>
border-color css
<style>
span { border-color: #B61D1F; }
span { border-color: rgb(182,29,31); }
td.TdClassName
{
border-color: #B61D1F;
}
.TagClassName
{
border-color: #B61D1F;
}
</style>