Shades of Fire Engine Red #BE121F
Tints of Fire Engine Red #BE121F
RGB
CMYK
RGB Variations
Color information
#BE121F (or 0xBE121F) is known color: Fire Engine Red. HEX triplet: BE, 12 and 1F. RGB value is (190,18,31). Sum of RGB (Red+Green+Blue) = 190+18+31=239 (31% of max value = 765). Red value is 190 (74.61% from 255 or 79.50% from 239); Green value is 18 (7.42% from 255 or 7.53% from 239); Blue value is 31 (12.5% from 255 or 12.97% from 239); Max value from RGB is 190 - color contains mainly: red. Hex color #BE121F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE121F is #41EDE0. Grayscale: #474747. Windows color (decimal): -4320737 or 2036414. OLE color: 2036414.
HSL color Cylindrical-coordinate representation of color #BE121F: hue angle of 355.47º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BE121F is Cyan = 0, Magento = 0.91, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 18 | 31 | - |
| CMYK | 0 | 0.91 | 0.84 | 0.25 |
| HSL | 355.47º | 0.83% | 0.41% | - |
| HSV(B) | 355.47º | 0.91% | 0.75% | - |
| XYZ | 21.7 | 11.48 | 2.37 | - |
| YUV | 70.91 | 105.48 | 212.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 18 | 31 | 0 | 0.91 | 0.84 | 0.25 | 355.47 | 0.83 | 0.41 |
| Hex | BE | 12 | 1F | 0 | 5B | 54 | 19 | 163 | 53 | 29 |
| Octal | 276 | 22 | 37 | 0 | 133 | 124 | 31 | 543 | 123 | 51 |
| Binary | 10111110 | 10010 | 11111 | 0 | 1011011 | 1010100 | 11001 | 101100011 | 1010011 | 101001 |
Color Harmonies of #BE121F
Complementary color
Monochromatic Colors of #BE121F
Black with #BE121F
Text Example
Text Example
White with #BE121F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE121F; }
p { color: rgb(190,18,31); }
H1.HeaderClassName
{
color: #BE121F;
}
.AnyTagClassName
{
color: #BE121F;
}
</style>
background-color css
<style>
a { background-color: #BE121F; }
a { background-color: rgb(190,18,31); }
div.DivClassName
{
background-color: #BE121F;
}
.BgClassName
{
background-color: #BE121F;
}
</style>
border-color css
<style>
span { border-color: #BE121F; }
span { border-color: rgb(190,18,31); }
td.TdClassName
{
border-color: #BE121F;
}
.TagClassName
{
border-color: #BE121F;
}
</style>