Shades of Fire Engine Red #BE1D1F
Tints of Fire Engine Red #BE1D1F
RGB
CMYK
RGB Variations
Color information
#BE1D1F (or 0xBE1D1F) is known color: Fire Engine Red. HEX triplet: BE, 1D and 1F. RGB value is (190,29,31). Sum of RGB (Red+Green+Blue) = 190+29+31=250 (33% of max value = 765). Red value is 190 (74.61% from 255 or 76% from 250); Green value is 29 (11.72% from 255 or 11.6% from 250); Blue value is 31 (12.5% from 255 or 12.4% from 250); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1D1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE1D1F is #41E2E0. Grayscale: #4D4D4D. Windows color (decimal): -4317921 or 2039230. OLE color: 2039230.
HSL color Cylindrical-coordinate representation of color #BE1D1F: hue angle of 359.25º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BE1D1F is Cyan = 0, Magento = 0.85, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 29 | 31 | - |
| CMYK | 0 | 0.85 | 0.84 | 0.25 |
| HSL | 359.25º | 0.74% | 0.43% | - |
| HSV(B) | 359.25º | 0.85% | 0.75% | - |
| XYZ | 21.92 | 11.92 | 2.44 | - |
| YUV | 77.37 | 101.84 | 208.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 29 | 31 | 0 | 0.85 | 0.84 | 0.25 | 359.25 | 0.74 | 0.43 |
| Hex | BE | 1D | 1F | 0 | 55 | 54 | 19 | 167 | 4A | 2B |
| Octal | 276 | 35 | 37 | 0 | 125 | 124 | 31 | 547 | 112 | 53 |
| Binary | 10111110 | 11101 | 11111 | 0 | 1010101 | 1010100 | 11001 | 101100111 | 1001010 | 101011 |
Color Harmonies of #BE1D1F
Complementary color
Monochromatic Colors of #BE1D1F
Black with #BE1D1F
Text Example
Text Example
White with #BE1D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE1D1F; }
p { color: rgb(190,29,31); }
H1.HeaderClassName
{
color: #BE1D1F;
}
.AnyTagClassName
{
color: #BE1D1F;
}
</style>
background-color css
<style>
a { background-color: #BE1D1F; }
a { background-color: rgb(190,29,31); }
div.DivClassName
{
background-color: #BE1D1F;
}
.BgClassName
{
background-color: #BE1D1F;
}
</style>
border-color css
<style>
span { border-color: #BE1D1F; }
span { border-color: rgb(190,29,31); }
td.TdClassName
{
border-color: #BE1D1F;
}
.TagClassName
{
border-color: #BE1D1F;
}
</style>