Shades of Fire Engine Red #BE0E2A
Tints of Fire Engine Red #BE0E2A
RGB
CMYK
RGB Variations
Color information
#BE0E2A (or 0xBE0E2A) is known color: Fire Engine Red. HEX triplet: BE, 0E and 2A. RGB value is (190,14,42). Sum of RGB (Red+Green+Blue) = 190+14+42=246 (32% of max value = 765). Red value is 190 (74.61% from 255 or 77.24% from 246); Green value is 14 (5.86% from 255 or 5.69% from 246); Blue value is 42 (16.80% from 255 or 17.07% from 246); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0E2A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE0E2A is #41F1D5. Grayscale: #454545. Windows color (decimal): -4321750 or 2756286. OLE color: 2756286.
HSL color Cylindrical-coordinate representation of color #BE0E2A: hue angle of 350.45º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BE0E2A is Cyan = 0, Magento = 0.93, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 14 | 42 | - |
| CMYK | 0 | 0.93 | 0.78 | 0.25 |
| HSL | 350.45º | 0.86% | 0.4% | - |
| HSV(B) | 350.45º | 0.93% | 0.75% | - |
| XYZ | 21.81 | 11.43 | 3.25 | - |
| YUV | 69.82 | 112.31 | 213.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 14 | 42 | 0 | 0.93 | 0.78 | 0.25 | 350.45 | 0.86 | 0.4 |
| Hex | BE | E | 2A | 0 | 5D | 4E | 19 | 15E | 56 | 28 |
| Octal | 276 | 16 | 52 | 0 | 135 | 116 | 31 | 536 | 126 | 50 |
| Binary | 10111110 | 1110 | 101010 | 0 | 1011101 | 1001110 | 11001 | 101011110 | 1010110 | 101000 |
Color Harmonies of #BE0E2A
Complementary color
Monochromatic Colors of #BE0E2A
Black with #BE0E2A
Text Example
Text Example
White with #BE0E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0E2A; }
p { color: rgb(190,14,42); }
H1.HeaderClassName
{
color: #BE0E2A;
}
.AnyTagClassName
{
color: #BE0E2A;
}
</style>
background-color css
<style>
a { background-color: #BE0E2A; }
a { background-color: rgb(190,14,42); }
div.DivClassName
{
background-color: #BE0E2A;
}
.BgClassName
{
background-color: #BE0E2A;
}
</style>
border-color css
<style>
span { border-color: #BE0E2A; }
span { border-color: rgb(190,14,42); }
td.TdClassName
{
border-color: #BE0E2A;
}
.TagClassName
{
border-color: #BE0E2A;
}
</style>