Shades of Fire Engine Red #BE1A24
Tints of Fire Engine Red #BE1A24
RGB
CMYK
RGB Variations
Color information
#BE1A24 (or 0xBE1A24) is known color: Fire Engine Red. HEX triplet: BE, 1A and 24. RGB value is (190,26,36). Sum of RGB (Red+Green+Blue) = 190+26+36=252 (33% of max value = 765). Red value is 190 (74.61% from 255 or 75.40% from 252); Green value is 26 (10.55% from 255 or 10.32% from 252); Blue value is 36 (14.45% from 255 or 14.29% from 252); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1A24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE1A24 is #41E5DB. Grayscale: #4C4C4C. Windows color (decimal): -4318684 or 2366142. OLE color: 2366142.
HSL color Cylindrical-coordinate representation of color #BE1A24: hue angle of 356.34º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BE1A24 is Cyan = 0, Magento = 0.86, Yellow = 0.81 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 26 | 36 | - |
| CMYK | 0 | 0.86 | 0.81 | 0.25 |
| HSL | 356.34º | 0.76% | 0.42% | - |
| HSV(B) | 356.34º | 0.86% | 0.75% | - |
| XYZ | 21.92 | 11.81 | 2.79 | - |
| YUV | 76.18 | 105.33 | 209.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 26 | 36 | 0 | 0.86 | 0.81 | 0.25 | 356.34 | 0.76 | 0.42 |
| Hex | BE | 1A | 24 | 0 | 56 | 51 | 19 | 164 | 4C | 2A |
| Octal | 276 | 32 | 44 | 0 | 126 | 121 | 31 | 544 | 114 | 52 |
| Binary | 10111110 | 11010 | 100100 | 0 | 1010110 | 1010001 | 11001 | 101100100 | 1001100 | 101010 |
Color Harmonies of #BE1A24
Complementary color
Monochromatic Colors of #BE1A24
Black with #BE1A24
Text Example
Text Example
White with #BE1A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE1A24; }
p { color: rgb(190,26,36); }
H1.HeaderClassName
{
color: #BE1A24;
}
.AnyTagClassName
{
color: #BE1A24;
}
</style>
background-color css
<style>
a { background-color: #BE1A24; }
a { background-color: rgb(190,26,36); }
div.DivClassName
{
background-color: #BE1A24;
}
.BgClassName
{
background-color: #BE1A24;
}
</style>
border-color css
<style>
span { border-color: #BE1A24; }
span { border-color: rgb(190,26,36); }
td.TdClassName
{
border-color: #BE1A24;
}
.TagClassName
{
border-color: #BE1A24;
}
</style>