Shades of Fire Engine Red #BE191C
Tints of Fire Engine Red #BE191C
RGB
CMYK
RGB Variations
Color information
#BE191C (or 0xBE191C) is known color: Fire Engine Red. HEX triplet: BE, 19 and 1C. RGB value is (190,25,28). Sum of RGB (Red+Green+Blue) = 190+25+28=243 (32% of max value = 765). Red value is 190 (74.61% from 255 or 78.19% from 243); Green value is 25 (10.16% from 255 or 10.29% from 243); Blue value is 28 (11.33% from 255 or 11.52% from 243); Max value from RGB is 190 - color contains mainly: red. Hex color #BE191C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE191C is #41E6E3. Grayscale: #4A4A4A. Windows color (decimal): -4318948 or 1841598. OLE color: 1841598.
HSL color Cylindrical-coordinate representation of color #BE191C: hue angle of 358.91º 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 #BE191C is Cyan = 0, Magento = 0.87, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 25 | 28 | - |
| CMYK | 0 | 0.87 | 0.85 | 0.25 |
| HSL | 358.91º | 0.77% | 0.42% | - |
| HSV(B) | 358.91º | 0.87% | 0.75% | - |
| XYZ | 21.79 | 11.73 | 2.21 | - |
| YUV | 74.68 | 101.66 | 210.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 25 | 28 | 0 | 0.87 | 0.85 | 0.25 | 358.91 | 0.77 | 0.42 |
| Hex | BE | 19 | 1C | 0 | 57 | 55 | 19 | 167 | 4D | 2A |
| Octal | 276 | 31 | 34 | 0 | 127 | 125 | 31 | 547 | 115 | 52 |
| Binary | 10111110 | 11001 | 11100 | 0 | 1010111 | 1010101 | 11001 | 101100111 | 1001101 | 101010 |
Color Harmonies of #BE191C
Complementary color
Monochromatic Colors of #BE191C
Black with #BE191C
Text Example
Text Example
White with #BE191C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE191C; }
p { color: rgb(190,25,28); }
H1.HeaderClassName
{
color: #BE191C;
}
.AnyTagClassName
{
color: #BE191C;
}
</style>
background-color css
<style>
a { background-color: #BE191C; }
a { background-color: rgb(190,25,28); }
div.DivClassName
{
background-color: #BE191C;
}
.BgClassName
{
background-color: #BE191C;
}
</style>
border-color css
<style>
span { border-color: #BE191C; }
span { border-color: rgb(190,25,28); }
td.TdClassName
{
border-color: #BE191C;
}
.TagClassName
{
border-color: #BE191C;
}
</style>