Shades of Fire Engine Red #BE1F24
Tints of Fire Engine Red #BE1F24
RGB
CMYK
RGB Variations
Color information
#BE1F24 (or 0xBE1F24) is known color: Fire Engine Red. HEX triplet: BE, 1F and 24. RGB value is (190,31,36). Sum of RGB (Red+Green+Blue) = 190+31+36=257 (34% of max value = 765). Red value is 190 (74.61% from 255 or 73.93% from 257); Green value is 31 (12.5% from 255 or 12.06% from 257); Blue value is 36 (14.45% from 255 or 14.01% from 257); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1F24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE1F24 is #41E0DB. Grayscale: #4F4F4F. Windows color (decimal): -4317404 or 2367422. OLE color: 2367422.
HSL color Cylindrical-coordinate representation of color #BE1F24: hue angle of 358.11º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BE1F24 is Cyan = 0, Magento = 0.84, Yellow = 0.81 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 31 | 36 | - |
| CMYK | 0 | 0.84 | 0.81 | 0.25 |
| HSL | 358.11º | 0.72% | 0.43% | - |
| HSV(B) | 358.11º | 0.84% | 0.75% | - |
| XYZ | 22.04 | 12.05 | 2.83 | - |
| YUV | 79.11 | 103.68 | 207.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 31 | 36 | 0 | 0.84 | 0.81 | 0.25 | 358.11 | 0.72 | 0.43 |
| Hex | BE | 1F | 24 | 0 | 54 | 51 | 19 | 166 | 48 | 2B |
| Octal | 276 | 37 | 44 | 0 | 124 | 121 | 31 | 546 | 110 | 53 |
| Binary | 10111110 | 11111 | 100100 | 0 | 1010100 | 1010001 | 11001 | 101100110 | 1001000 | 101011 |
Color Harmonies of #BE1F24
Complementary color
Monochromatic Colors of #BE1F24
Black with #BE1F24
Text Example
Text Example
White with #BE1F24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE1F24; }
p { color: rgb(190,31,36); }
H1.HeaderClassName
{
color: #BE1F24;
}
.AnyTagClassName
{
color: #BE1F24;
}
</style>
background-color css
<style>
a { background-color: #BE1F24; }
a { background-color: rgb(190,31,36); }
div.DivClassName
{
background-color: #BE1F24;
}
.BgClassName
{
background-color: #BE1F24;
}
</style>
border-color css
<style>
span { border-color: #BE1F24; }
span { border-color: rgb(190,31,36); }
td.TdClassName
{
border-color: #BE1F24;
}
.TagClassName
{
border-color: #BE1F24;
}
</style>