Shades of Fire Engine Red #BE0F29
Tints of Fire Engine Red #BE0F29
RGB
CMYK
RGB Variations
Color information
#BE0F29 (or 0xBE0F29) is known color: Fire Engine Red. HEX triplet: BE, 0F and 29. RGB value is (190,15,41). Sum of RGB (Red+Green+Blue) = 190+15+41=246 (32% of max value = 765). Red value is 190 (74.61% from 255 or 77.24% from 246); Green value is 15 (6.25% from 255 or 6.10% from 246); Blue value is 41 (16.41% from 255 or 16.67% from 246); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0F29 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE0F29 is #41F0D6. Grayscale: #464646. Windows color (decimal): -4321495 or 2691006. OLE color: 2691006.
HSL color Cylindrical-coordinate representation of color #BE0F29: hue angle of 351.09º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BE0F29 is Cyan = 0, Magento = 0.92, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 15 | 41 | - |
| CMYK | 0 | 0.92 | 0.78 | 0.25 |
| HSL | 351.09º | 0.85% | 0.4% | - |
| HSV(B) | 351.09º | 0.92% | 0.75% | - |
| XYZ | 21.81 | 11.45 | 3.16 | - |
| YUV | 70.29 | 111.48 | 213.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 15 | 41 | 0 | 0.92 | 0.78 | 0.25 | 351.09 | 0.85 | 0.4 |
| Hex | BE | F | 29 | 0 | 5C | 4E | 19 | 15F | 55 | 28 |
| Octal | 276 | 17 | 51 | 0 | 134 | 116 | 31 | 537 | 125 | 50 |
| Binary | 10111110 | 1111 | 101001 | 0 | 1011100 | 1001110 | 11001 | 101011111 | 1010101 | 101000 |
Color Harmonies of #BE0F29
Complementary color
Monochromatic Colors of #BE0F29
Black with #BE0F29
Text Example
Text Example
White with #BE0F29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0F29; }
p { color: rgb(190,15,41); }
H1.HeaderClassName
{
color: #BE0F29;
}
.AnyTagClassName
{
color: #BE0F29;
}
</style>
background-color css
<style>
a { background-color: #BE0F29; }
a { background-color: rgb(190,15,41); }
div.DivClassName
{
background-color: #BE0F29;
}
.BgClassName
{
background-color: #BE0F29;
}
</style>
border-color css
<style>
span { border-color: #BE0F29; }
span { border-color: rgb(190,15,41); }
td.TdClassName
{
border-color: #BE0F29;
}
.TagClassName
{
border-color: #BE0F29;
}
</style>