Shades of Fire Engine Red #BE2021
Tints of Fire Engine Red #BE2021
RGB
CMYK
RGB Variations
Color information
#BE2021 (or 0xBE2021) is known color: Fire Engine Red. HEX triplet: BE, 20 and 21. RGB value is (190,32,33). Sum of RGB (Red+Green+Blue) = 190+32+33=255 (33% of max value = 765). Red value is 190 (74.61% from 255 or 74.51% from 255); Green value is 32 (12.89% from 255 or 12.55% from 255); Blue value is 33 (13.28% from 255 or 12.94% from 255); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2021 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2021 is #41DFDE. Grayscale: #4F4F4F. Windows color (decimal): -4317151 or 2171070. OLE color: 2171070.
HSL color Cylindrical-coordinate representation of color #BE2021: hue angle of 359.62º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BE2021 is Cyan = 0, Magento = 0.83, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 32 | 33 | - |
| CMYK | 0 | 0.83 | 0.83 | 0.25 |
| HSL | 359.62º | 0.71% | 0.44% | - |
| HSV(B) | 359.62º | 0.83% | 0.75% | - |
| XYZ | 22.03 | 12.09 | 2.61 | - |
| YUV | 79.36 | 101.85 | 206.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 32 | 33 | 0 | 0.83 | 0.83 | 0.25 | 359.62 | 0.71 | 0.44 |
| Hex | BE | 20 | 21 | 0 | 53 | 53 | 19 | 168 | 47 | 2C |
| Octal | 276 | 40 | 41 | 0 | 123 | 123 | 31 | 550 | 107 | 54 |
| Binary | 10111110 | 100000 | 100001 | 0 | 1010011 | 1010011 | 11001 | 101101000 | 1000111 | 101100 |
Color Harmonies of #BE2021
Complementary color
Monochromatic Colors of #BE2021
Black with #BE2021
Text Example
Text Example
White with #BE2021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2021; }
p { color: rgb(190,32,33); }
H1.HeaderClassName
{
color: #BE2021;
}
.AnyTagClassName
{
color: #BE2021;
}
</style>
background-color css
<style>
a { background-color: #BE2021; }
a { background-color: rgb(190,32,33); }
div.DivClassName
{
background-color: #BE2021;
}
.BgClassName
{
background-color: #BE2021;
}
</style>
border-color css
<style>
span { border-color: #BE2021; }
span { border-color: rgb(190,32,33); }
td.TdClassName
{
border-color: #BE2021;
}
.TagClassName
{
border-color: #BE2021;
}
</style>