Shades of Fire Engine Red #BF1422
Tints of Fire Engine Red #BF1422
RGB
CMYK
RGB Variations
Color information
#BF1422 (or 0xBF1422) is known color: Fire Engine Red. HEX triplet: BF, 14 and 22. RGB value is (191,20,34). Sum of RGB (Red+Green+Blue) = 191+20+34=245 (32% of max value = 765). Red value is 191 (75% from 255 or 77.96% from 245); Green value is 20 (8.20% from 255 or 8.16% from 245); Blue value is 34 (13.67% from 255 or 13.88% from 245); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1422 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF1422 is #40EBDD. Grayscale: #484848. Windows color (decimal): -4254686 or 2233535. OLE color: 2233535.
HSL color Cylindrical-coordinate representation of color #BF1422: hue angle of 355.09º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BF1422 is Cyan = 0, Magento = 0.90, Yellow = 0.82 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 20 | 34 | - |
| CMYK | 0 | 0.90 | 0.82 | 0.25 |
| HSL | 355.09º | 0.81% | 0.41% | - |
| HSV(B) | 355.09º | 0.9% | 0.75% | - |
| XYZ | 22.02 | 11.69 | 2.61 | - |
| YUV | 72.73 | 106.15 | 212.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 20 | 34 | 0 | 0.90 | 0.82 | 0.25 | 355.09 | 0.81 | 0.41 |
| Hex | BF | 14 | 22 | 0 | 5A | 52 | 19 | 163 | 51 | 29 |
| Octal | 277 | 24 | 42 | 0 | 132 | 122 | 31 | 543 | 121 | 51 |
| Binary | 10111111 | 10100 | 100010 | 0 | 1011010 | 1010010 | 11001 | 101100011 | 1010001 | 101001 |
Color Harmonies of #BF1422
Complementary color
Monochromatic Colors of #BF1422
Black with #BF1422
Text Example
Text Example
White with #BF1422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1422; }
p { color: rgb(191,20,34); }
H1.HeaderClassName
{
color: #BF1422;
}
.AnyTagClassName
{
color: #BF1422;
}
</style>
background-color css
<style>
a { background-color: #BF1422; }
a { background-color: rgb(191,20,34); }
div.DivClassName
{
background-color: #BF1422;
}
.BgClassName
{
background-color: #BF1422;
}
</style>
border-color css
<style>
span { border-color: #BF1422; }
span { border-color: rgb(191,20,34); }
td.TdClassName
{
border-color: #BF1422;
}
.TagClassName
{
border-color: #BF1422;
}
</style>