Shades of Fire Engine Red #BE1520
Tints of Fire Engine Red #BE1520
RGB
CMYK
RGB Variations
Color information
#BE1520 (or 0xBE1520) is known color: Fire Engine Red. HEX triplet: BE, 15 and 20. RGB value is (190,21,32). Sum of RGB (Red+Green+Blue) = 190+21+32=243 (32% of max value = 765). Red value is 190 (74.61% from 255 or 78.19% from 243); Green value is 21 (8.59% from 255 or 8.64% from 243); Blue value is 32 (12.89% from 255 or 13.17% from 243); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1520 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE1520 is #41EADF. Grayscale: #484848. Windows color (decimal): -4319968 or 2102718. OLE color: 2102718.
HSL color Cylindrical-coordinate representation of color #BE1520: hue angle of 356.09º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BE1520 is Cyan = 0, Magento = 0.89, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 21 | 32 | - |
| CMYK | 0 | 0.89 | 0.83 | 0.25 |
| HSL | 356.09º | 0.8% | 0.41% | - |
| HSV(B) | 356.09º | 0.89% | 0.75% | - |
| XYZ | 21.76 | 11.59 | 2.46 | - |
| YUV | 72.79 | 104.99 | 211.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 21 | 32 | 0 | 0.89 | 0.83 | 0.25 | 356.09 | 0.8 | 0.41 |
| Hex | BE | 15 | 20 | 0 | 59 | 53 | 19 | 164 | 50 | 29 |
| Octal | 276 | 25 | 40 | 0 | 131 | 123 | 31 | 544 | 120 | 51 |
| Binary | 10111110 | 10101 | 100000 | 0 | 1011001 | 1010011 | 11001 | 101100100 | 1010000 | 101001 |
Color Harmonies of #BE1520
Complementary color
Monochromatic Colors of #BE1520
Black with #BE1520
Text Example
Text Example
White with #BE1520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE1520; }
p { color: rgb(190,21,32); }
H1.HeaderClassName
{
color: #BE1520;
}
.AnyTagClassName
{
color: #BE1520;
}
</style>
background-color css
<style>
a { background-color: #BE1520; }
a { background-color: rgb(190,21,32); }
div.DivClassName
{
background-color: #BE1520;
}
.BgClassName
{
background-color: #BE1520;
}
</style>
border-color css
<style>
span { border-color: #BE1520; }
span { border-color: rgb(190,21,32); }
td.TdClassName
{
border-color: #BE1520;
}
.TagClassName
{
border-color: #BE1520;
}
</style>