Shades of Fire Engine Red #BE1324
Tints of Fire Engine Red #BE1324
RGB
CMYK
RGB Variations
Color information
#BE1324 (or 0xBE1324) is known color: Fire Engine Red. HEX triplet: BE, 13 and 24. RGB value is (190,19,36). Sum of RGB (Red+Green+Blue) = 190+19+36=245 (32% of max value = 765). Red value is 190 (74.61% from 255 or 77.55% from 245); Green value is 19 (7.81% from 255 or 7.76% from 245); Blue value is 36 (14.45% from 255 or 14.69% from 245); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1324 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE1324 is #41ECDB. Grayscale: #484848. Windows color (decimal): -4320476 or 2364350. OLE color: 2364350.
HSL color Cylindrical-coordinate representation of color #BE1324: hue angle of 354.04º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BE1324 is Cyan = 0, Magento = 0.90, Yellow = 0.81 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 19 | 36 | - |
| CMYK | 0 | 0.90 | 0.81 | 0.25 |
| HSL | 354.04º | 0.82% | 0.41% | - |
| HSV(B) | 354.04º | 0.9% | 0.75% | - |
| XYZ | 21.79 | 11.54 | 2.75 | - |
| YUV | 72.07 | 107.65 | 212.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 19 | 36 | 0 | 0.90 | 0.81 | 0.25 | 354.04 | 0.82 | 0.41 |
| Hex | BE | 13 | 24 | 0 | 5A | 51 | 19 | 162 | 52 | 29 |
| Octal | 276 | 23 | 44 | 0 | 132 | 121 | 31 | 542 | 122 | 51 |
| Binary | 10111110 | 10011 | 100100 | 0 | 1011010 | 1010001 | 11001 | 101100010 | 1010010 | 101001 |
Color Harmonies of #BE1324
Complementary color
Monochromatic Colors of #BE1324
Black with #BE1324
Text Example
Text Example
White with #BE1324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE1324; }
p { color: rgb(190,19,36); }
H1.HeaderClassName
{
color: #BE1324;
}
.AnyTagClassName
{
color: #BE1324;
}
</style>
background-color css
<style>
a { background-color: #BE1324; }
a { background-color: rgb(190,19,36); }
div.DivClassName
{
background-color: #BE1324;
}
.BgClassName
{
background-color: #BE1324;
}
</style>
border-color css
<style>
span { border-color: #BE1324; }
span { border-color: rgb(190,19,36); }
td.TdClassName
{
border-color: #BE1324;
}
.TagClassName
{
border-color: #BE1324;
}
</style>