Shades of Fire Brick #BE2014
Tints of Fire Brick #BE2014
RGB
CMYK
RGB Variations
Color information
#BE2014 (or 0xBE2014) is known color: Fire Brick. HEX triplet: BE, 20 and 14. RGB value is (190,32,20). Sum of RGB (Red+Green+Blue) = 190+32+20=242 (32% of max value = 765). Red value is 190 (74.61% from 255 or 78.51% from 242); Green value is 32 (12.89% from 255 or 13.22% from 242); Blue value is 20 (8.20% from 255 or 8.26% from 242); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2014 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE2014 is #41DFEB. Grayscale: #4E4E4E. Windows color (decimal): -4317164 or 1319102. OLE color: 1319102.
HSL color Cylindrical-coordinate representation of color #BE2014: hue angle of 4.24º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BE2014 is Cyan = 0, Magento = 0.83, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 32 | 20 | - |
| CMYK | 0 | 0.83 | 0.89 | 0.25 |
| HSL | 4.24º | 0.81% | 0.41% | - |
| HSV(B) | 4.24º | 0.89% | 0.75% | - |
| XYZ | 21.88 | 12.03 | 1.83 | - |
| YUV | 77.87 | 95.35 | 207.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 32 | 20 | 0 | 0.83 | 0.89 | 0.25 | 4.24 | 0.81 | 0.41 |
| Hex | BE | 20 | 14 | 0 | 53 | 59 | 19 | 4 | 51 | 29 |
| Octal | 276 | 40 | 24 | 0 | 123 | 131 | 31 | 4 | 121 | 51 |
| Binary | 10111110 | 100000 | 10100 | 0 | 1010011 | 1011001 | 11001 | 100 | 1010001 | 101001 |
Color Harmonies of #BE2014
Complementary color
Monochromatic Colors of #BE2014
Black with #BE2014
Text Example
Text Example
White with #BE2014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2014; }
p { color: rgb(190,32,20); }
H1.HeaderClassName
{
color: #BE2014;
}
.AnyTagClassName
{
color: #BE2014;
}
</style>
background-color css
<style>
a { background-color: #BE2014; }
a { background-color: rgb(190,32,20); }
div.DivClassName
{
background-color: #BE2014;
}
.BgClassName
{
background-color: #BE2014;
}
</style>
border-color css
<style>
span { border-color: #BE2014; }
span { border-color: rgb(190,32,20); }
td.TdClassName
{
border-color: #BE2014;
}
.TagClassName
{
border-color: #BE2014;
}
</style>