Shades of Fire Engine Red #BF1226
Tints of Fire Engine Red #BF1226
RGB
CMYK
RGB Variations
Color information
#BF1226 (or 0xBF1226) is known color: Fire Engine Red. HEX triplet: BF, 12 and 26. RGB value is (191,18,38). Sum of RGB (Red+Green+Blue) = 191+18+38=247 (32% of max value = 765). Red value is 191 (75% from 255 or 77.33% from 247); Green value is 18 (7.42% from 255 or 7.29% from 247); Blue value is 38 (15.23% from 255 or 15.38% from 247); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1226 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF1226 is #40EDD9. Grayscale: #484848. Windows color (decimal): -4255194 or 2495167. OLE color: 2495167.
HSL color Cylindrical-coordinate representation of color #BF1226: hue angle of 353.06º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BF1226 is Cyan = 0, Magento = 0.91, Yellow = 0.80 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 18 | 38 | - |
| CMYK | 0 | 0.91 | 0.80 | 0.25 |
| HSL | 353.06º | 0.83% | 0.41% | - |
| HSV(B) | 353.06º | 0.91% | 0.75% | - |
| XYZ | 22.05 | 11.65 | 2.92 | - |
| YUV | 72.01 | 108.81 | 212.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 18 | 38 | 0 | 0.91 | 0.80 | 0.25 | 353.06 | 0.83 | 0.41 |
| Hex | BF | 12 | 26 | 0 | 5B | 50 | 19 | 161 | 53 | 29 |
| Octal | 277 | 22 | 46 | 0 | 133 | 120 | 31 | 541 | 123 | 51 |
| Binary | 10111111 | 10010 | 100110 | 0 | 1011011 | 1010000 | 11001 | 101100001 | 1010011 | 101001 |
Color Harmonies of #BF1226
Complementary color
Monochromatic Colors of #BF1226
Black with #BF1226
Text Example
Text Example
White with #BF1226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1226; }
p { color: rgb(191,18,38); }
H1.HeaderClassName
{
color: #BF1226;
}
.AnyTagClassName
{
color: #BF1226;
}
</style>
background-color css
<style>
a { background-color: #BF1226; }
a { background-color: rgb(191,18,38); }
div.DivClassName
{
background-color: #BF1226;
}
.BgClassName
{
background-color: #BF1226;
}
</style>
border-color css
<style>
span { border-color: #BF1226; }
span { border-color: rgb(191,18,38); }
td.TdClassName
{
border-color: #BF1226;
}
.TagClassName
{
border-color: #BF1226;
}
</style>