Shades of Fire Engine Red #BE1725
Tints of Fire Engine Red #BE1725
RGB
CMYK
RGB Variations
Color information
#BE1725 (or 0xBE1725) is known color: Fire Engine Red. HEX triplet: BE, 17 and 25. RGB value is (190,23,37). Sum of RGB (Red+Green+Blue) = 190+23+37=250 (33% of max value = 765). Red value is 190 (74.61% from 255 or 76% from 250); Green value is 23 (9.38% from 255 or 9.2% from 250); Blue value is 37 (14.84% from 255 or 14.8% from 250); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1725 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE1725 is #41E8DA. Grayscale: #4A4A4A. Windows color (decimal): -4319451 or 2430910. OLE color: 2430910.
HSL color Cylindrical-coordinate representation of color #BE1725: hue angle of 354.97º degrees, saturation: 0.78, 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 #BE1725 is Cyan = 0, Magento = 0.88, Yellow = 0.81 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 23 | 37 | - |
| CMYK | 0 | 0.88 | 0.81 | 0.25 |
| HSL | 354.97º | 0.78% | 0.42% | - |
| HSV(B) | 354.97º | 0.88% | 0.75% | - |
| XYZ | 21.88 | 11.69 | 2.85 | - |
| YUV | 74.53 | 106.83 | 210.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 23 | 37 | 0 | 0.88 | 0.81 | 0.25 | 354.97 | 0.78 | 0.42 |
| Hex | BE | 17 | 25 | 0 | 58 | 51 | 19 | 163 | 4E | 2A |
| Octal | 276 | 27 | 45 | 0 | 130 | 121 | 31 | 543 | 116 | 52 |
| Binary | 10111110 | 10111 | 100101 | 0 | 1011000 | 1010001 | 11001 | 101100011 | 1001110 | 101010 |
Color Harmonies of #BE1725
Complementary color
Monochromatic Colors of #BE1725
Black with #BE1725
Text Example
Text Example
White with #BE1725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE1725; }
p { color: rgb(190,23,37); }
H1.HeaderClassName
{
color: #BE1725;
}
.AnyTagClassName
{
color: #BE1725;
}
</style>
background-color css
<style>
a { background-color: #BE1725; }
a { background-color: rgb(190,23,37); }
div.DivClassName
{
background-color: #BE1725;
}
.BgClassName
{
background-color: #BE1725;
}
</style>
border-color css
<style>
span { border-color: #BE1725; }
span { border-color: rgb(190,23,37); }
td.TdClassName
{
border-color: #BE1725;
}
.TagClassName
{
border-color: #BE1725;
}
</style>