Shades of Fire Engine Red #BE141C
Tints of Fire Engine Red #BE141C
RGB
CMYK
RGB Variations
Color information
#BE141C (or 0xBE141C) is known color: Fire Engine Red. HEX triplet: BE, 14 and 1C. RGB value is (190,20,28). Sum of RGB (Red+Green+Blue) = 190+20+28=238 (31% of max value = 765). Red value is 190 (74.61% from 255 or 79.83% from 238); Green value is 20 (8.20% from 255 or 8.40% from 238); Blue value is 28 (11.33% from 255 or 11.76% from 238); Max value from RGB is 190 - color contains mainly: red. Hex color #BE141C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE141C is #41EBE3. Grayscale: #474747. Windows color (decimal): -4320228 or 1840318. OLE color: 1840318.
HSL color Cylindrical-coordinate representation of color #BE141C: hue angle of 357.18º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BE141C is Cyan = 0, Magento = 0.89, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 20 | 28 | - |
| CMYK | 0 | 0.89 | 0.85 | 0.25 |
| HSL | 357.18º | 0.81% | 0.41% | - |
| HSV(B) | 357.18º | 0.89% | 0.75% | - |
| XYZ | 21.69 | 11.53 | 2.18 | - |
| YUV | 71.74 | 103.32 | 212.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 20 | 28 | 0 | 0.89 | 0.85 | 0.25 | 357.18 | 0.81 | 0.41 |
| Hex | BE | 14 | 1C | 0 | 59 | 55 | 19 | 165 | 51 | 29 |
| Octal | 276 | 24 | 34 | 0 | 131 | 125 | 31 | 545 | 121 | 51 |
| Binary | 10111110 | 10100 | 11100 | 0 | 1011001 | 1010101 | 11001 | 101100101 | 1010001 | 101001 |
Color Harmonies of #BE141C
Complementary color
Monochromatic Colors of #BE141C
Black with #BE141C
Text Example
Text Example
White with #BE141C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE141C; }
p { color: rgb(190,20,28); }
H1.HeaderClassName
{
color: #BE141C;
}
.AnyTagClassName
{
color: #BE141C;
}
</style>
background-color css
<style>
a { background-color: #BE141C; }
a { background-color: rgb(190,20,28); }
div.DivClassName
{
background-color: #BE141C;
}
.BgClassName
{
background-color: #BE141C;
}
</style>
border-color css
<style>
span { border-color: #BE141C; }
span { border-color: rgb(190,20,28); }
td.TdClassName
{
border-color: #BE141C;
}
.TagClassName
{
border-color: #BE141C;
}
</style>