Shades of Fire Engine Red #BE1A1B
Tints of Fire Engine Red #BE1A1B
RGB
CMYK
RGB Variations
Color information
#BE1A1B (or 0xBE1A1B) is known color: Fire Engine Red. HEX triplet: BE, 1A and 1B. RGB value is (190,26,27). Sum of RGB (Red+Green+Blue) = 190+26+27=243 (32% of max value = 765). Red value is 190 (74.61% from 255 or 78.19% from 243); Green value is 26 (10.55% from 255 or 10.70% from 243); Blue value is 27 (10.94% from 255 or 11.11% from 243); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1A1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE1A1B is #41E5E4. Grayscale: #4B4B4B. Windows color (decimal): -4318693 or 1776318. OLE color: 1776318.
HSL color Cylindrical-coordinate representation of color #BE1A1B: hue angle of 359.63º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BE1A1B is Cyan = 0, Magento = 0.86, Yellow = 0.86 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 26 | 27 | - |
| CMYK | 0 | 0.86 | 0.86 | 0.25 |
| HSL | 359.63º | 0.76% | 0.42% | - |
| HSV(B) | 359.63º | 0.86% | 0.75% | - |
| XYZ | 21.8 | 11.77 | 2.16 | - |
| YUV | 75.15 | 100.83 | 209.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 26 | 27 | 0 | 0.86 | 0.86 | 0.25 | 359.63 | 0.76 | 0.42 |
| Hex | BE | 1A | 1B | 0 | 56 | 56 | 19 | 168 | 4C | 2A |
| Octal | 276 | 32 | 33 | 0 | 126 | 126 | 31 | 550 | 114 | 52 |
| Binary | 10111110 | 11010 | 11011 | 0 | 1010110 | 1010110 | 11001 | 101101000 | 1001100 | 101010 |
Color Harmonies of #BE1A1B
Complementary color
Monochromatic Colors of #BE1A1B
Black with #BE1A1B
Text Example
Text Example
White with #BE1A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE1A1B; }
p { color: rgb(190,26,27); }
H1.HeaderClassName
{
color: #BE1A1B;
}
.AnyTagClassName
{
color: #BE1A1B;
}
</style>
background-color css
<style>
a { background-color: #BE1A1B; }
a { background-color: rgb(190,26,27); }
div.DivClassName
{
background-color: #BE1A1B;
}
.BgClassName
{
background-color: #BE1A1B;
}
</style>
border-color css
<style>
span { border-color: #BE1A1B; }
span { border-color: rgb(190,26,27); }
td.TdClassName
{
border-color: #BE1A1B;
}
.TagClassName
{
border-color: #BE1A1B;
}
</style>