Shades of Fire Engine Red #BE191A
Tints of Fire Engine Red #BE191A
RGB
CMYK
RGB Variations
Color information
#BE191A (or 0xBE191A) is known color: Fire Engine Red. HEX triplet: BE, 19 and 1A. RGB value is (190,25,26). Sum of RGB (Red+Green+Blue) = 190+25+26=241 (31% of max value = 765). Red value is 190 (74.61% from 255 or 78.84% from 241); Green value is 25 (10.16% from 255 or 10.37% from 241); Blue value is 26 (10.55% from 255 or 10.79% from 241); Max value from RGB is 190 - color contains mainly: red. Hex color #BE191A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE191A is #41E6E5. Grayscale: #4A4A4A. Windows color (decimal): -4318950 or 1710526. OLE color: 1710526.
HSL color Cylindrical-coordinate representation of color #BE191A: hue angle of 359.64º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BE191A is Cyan = 0, Magento = 0.87, Yellow = 0.86 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 25 | 26 | - |
| CMYK | 0 | 0.87 | 0.86 | 0.25 |
| HSL | 359.64º | 0.77% | 0.42% | - |
| HSV(B) | 359.64º | 0.87% | 0.75% | - |
| XYZ | 21.77 | 11.72 | 2.09 | - |
| YUV | 74.45 | 100.66 | 210.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 25 | 26 | 0 | 0.87 | 0.86 | 0.25 | 359.64 | 0.77 | 0.42 |
| Hex | BE | 19 | 1A | 0 | 57 | 56 | 19 | 168 | 4D | 2A |
| Octal | 276 | 31 | 32 | 0 | 127 | 126 | 31 | 550 | 115 | 52 |
| Binary | 10111110 | 11001 | 11010 | 0 | 1010111 | 1010110 | 11001 | 101101000 | 1001101 | 101010 |
Color Harmonies of #BE191A
Complementary color
Monochromatic Colors of #BE191A
Black with #BE191A
Text Example
Text Example
White with #BE191A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE191A; }
p { color: rgb(190,25,26); }
H1.HeaderClassName
{
color: #BE191A;
}
.AnyTagClassName
{
color: #BE191A;
}
</style>
background-color css
<style>
a { background-color: #BE191A; }
a { background-color: rgb(190,25,26); }
div.DivClassName
{
background-color: #BE191A;
}
.BgClassName
{
background-color: #BE191A;
}
</style>
border-color css
<style>
span { border-color: #BE191A; }
span { border-color: rgb(190,25,26); }
td.TdClassName
{
border-color: #BE191A;
}
.TagClassName
{
border-color: #BE191A;
}
</style>