Shades of Fire Engine Red #BE1622
Tints of Fire Engine Red #BE1622
RGB
CMYK
RGB Variations
Color information
#BE1622 (or 0xBE1622) is known color: Fire Engine Red. HEX triplet: BE, 16 and 22. RGB value is (190,22,34). Sum of RGB (Red+Green+Blue) = 190+22+34=246 (32% of max value = 765). Red value is 190 (74.61% from 255 or 77.24% from 246); Green value is 22 (8.98% from 255 or 8.94% from 246); Blue value is 34 (13.67% from 255 or 13.82% from 246); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1622 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE1622 is #41E9DD. Grayscale: #494949. Windows color (decimal): -4319710 or 2234046. OLE color: 2234046.
HSL color Cylindrical-coordinate representation of color #BE1622: hue angle of 355.71º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BE1622 is Cyan = 0, Magento = 0.88, Yellow = 0.82 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 22 | 34 | - |
| CMYK | 0 | 0.88 | 0.82 | 0.25 |
| HSL | 355.71º | 0.79% | 0.42% | - |
| HSV(B) | 355.71º | 0.88% | 0.75% | - |
| XYZ | 21.81 | 11.64 | 2.61 | - |
| YUV | 73.6 | 105.66 | 211.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 22 | 34 | 0 | 0.88 | 0.82 | 0.25 | 355.71 | 0.79 | 0.42 |
| Hex | BE | 16 | 22 | 0 | 58 | 52 | 19 | 164 | 4F | 2A |
| Octal | 276 | 26 | 42 | 0 | 130 | 122 | 31 | 544 | 117 | 52 |
| Binary | 10111110 | 10110 | 100010 | 0 | 1011000 | 1010010 | 11001 | 101100100 | 1001111 | 101010 |
Color Harmonies of #BE1622
Complementary color
Monochromatic Colors of #BE1622
Black with #BE1622
Text Example
Text Example
White with #BE1622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE1622; }
p { color: rgb(190,22,34); }
H1.HeaderClassName
{
color: #BE1622;
}
.AnyTagClassName
{
color: #BE1622;
}
</style>
background-color css
<style>
a { background-color: #BE1622; }
a { background-color: rgb(190,22,34); }
div.DivClassName
{
background-color: #BE1622;
}
.BgClassName
{
background-color: #BE1622;
}
</style>
border-color css
<style>
span { border-color: #BE1622; }
span { border-color: rgb(190,22,34); }
td.TdClassName
{
border-color: #BE1622;
}
.TagClassName
{
border-color: #BE1622;
}
</style>