Shades of Fire Engine Red #BE2225
Tints of Fire Engine Red #BE2225
RGB
CMYK
RGB Variations
Color information
#BE2225 (or 0xBE2225) is known color: Fire Engine Red. HEX triplet: BE, 22 and 25. RGB value is (190,34,37). Sum of RGB (Red+Green+Blue) = 190+34+37=261 (34% of max value = 765). Red value is 190 (74.61% from 255 or 72.80% from 261); Green value is 34 (13.67% from 255 or 13.03% from 261); Blue value is 37 (14.84% from 255 or 14.18% from 261); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2225 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2225 is #41DDDA. Grayscale: #515151. Windows color (decimal): -4316635 or 2433726. OLE color: 2433726.
HSL color Cylindrical-coordinate representation of color #BE2225: hue angle of 358.85º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BE2225 is Cyan = 0, Magento = 0.82, Yellow = 0.81 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 34 | 37 | - |
| CMYK | 0 | 0.82 | 0.81 | 0.25 |
| HSL | 358.85º | 0.7% | 0.44% | - |
| HSV(B) | 358.85º | 0.82% | 0.75% | - |
| XYZ | 22.14 | 12.22 | 2.94 | - |
| YUV | 80.99 | 103.18 | 205.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 34 | 37 | 0 | 0.82 | 0.81 | 0.25 | 358.85 | 0.7 | 0.44 |
| Hex | BE | 22 | 25 | 0 | 52 | 51 | 19 | 167 | 46 | 2C |
| Octal | 276 | 42 | 45 | 0 | 122 | 121 | 31 | 547 | 106 | 54 |
| Binary | 10111110 | 100010 | 100101 | 0 | 1010010 | 1010001 | 11001 | 101100111 | 1000110 | 101100 |
Color Harmonies of #BE2225
Complementary color
Monochromatic Colors of #BE2225
Black with #BE2225
Text Example
Text Example
White with #BE2225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2225; }
p { color: rgb(190,34,37); }
H1.HeaderClassName
{
color: #BE2225;
}
.AnyTagClassName
{
color: #BE2225;
}
</style>
background-color css
<style>
a { background-color: #BE2225; }
a { background-color: rgb(190,34,37); }
div.DivClassName
{
background-color: #BE2225;
}
.BgClassName
{
background-color: #BE2225;
}
</style>
border-color css
<style>
span { border-color: #BE2225; }
span { border-color: rgb(190,34,37); }
td.TdClassName
{
border-color: #BE2225;
}
.TagClassName
{
border-color: #BE2225;
}
</style>