Shades of Fire Engine Red #BE0F28
Tints of Fire Engine Red #BE0F28
RGB
CMYK
RGB Variations
Color information
#BE0F28 (or 0xBE0F28) is known color: Fire Engine Red. HEX triplet: BE, 0F and 28. RGB value is (190,15,40). Sum of RGB (Red+Green+Blue) = 190+15+40=245 (32% of max value = 765). Red value is 190 (74.61% from 255 or 77.55% from 245); Green value is 15 (6.25% from 255 or 6.12% from 245); Blue value is 40 (16.02% from 255 or 16.33% from 245); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0F28 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE0F28 is #41F0D7. Grayscale: #464646. Windows color (decimal): -4321496 or 2625470. OLE color: 2625470.
HSL color Cylindrical-coordinate representation of color #BE0F28: hue angle of 351.43º 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 #BE0F28 is Cyan = 0, Magento = 0.92, Yellow = 0.79 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 15 | 40 | - |
| CMYK | 0 | 0.92 | 0.79 | 0.25 |
| HSL | 351.43º | 0.85% | 0.4% | - |
| HSV(B) | 351.43º | 0.92% | 0.75% | - |
| XYZ | 21.79 | 11.44 | 3.07 | - |
| YUV | 70.18 | 110.98 | 213.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 15 | 40 | 0 | 0.92 | 0.79 | 0.25 | 351.43 | 0.85 | 0.4 |
| Hex | BE | F | 28 | 0 | 5C | 4F | 19 | 15F | 55 | 28 |
| Octal | 276 | 17 | 50 | 0 | 134 | 117 | 31 | 537 | 125 | 50 |
| Binary | 10111110 | 1111 | 101000 | 0 | 1011100 | 1001111 | 11001 | 101011111 | 1010101 | 101000 |
Color Harmonies of #BE0F28
Complementary color
Monochromatic Colors of #BE0F28
Black with #BE0F28
Text Example
Text Example
White with #BE0F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0F28; }
p { color: rgb(190,15,40); }
H1.HeaderClassName
{
color: #BE0F28;
}
.AnyTagClassName
{
color: #BE0F28;
}
</style>
background-color css
<style>
a { background-color: #BE0F28; }
a { background-color: rgb(190,15,40); }
div.DivClassName
{
background-color: #BE0F28;
}
.BgClassName
{
background-color: #BE0F28;
}
</style>
border-color css
<style>
span { border-color: #BE0F28; }
span { border-color: rgb(190,15,40); }
td.TdClassName
{
border-color: #BE0F28;
}
.TagClassName
{
border-color: #BE0F28;
}
</style>