Shades of Fire Engine Red #BF1220
Tints of Fire Engine Red #BF1220
RGB
CMYK
RGB Variations
Color information
#BF1220 (or 0xBF1220) is known color: Fire Engine Red. HEX triplet: BF, 12 and 20. RGB value is (191,18,32). Sum of RGB (Red+Green+Blue) = 191+18+32=241 (31% of max value = 765). Red value is 191 (75% from 255 or 79.25% from 241); Green value is 18 (7.42% from 255 or 7.47% from 241); Blue value is 32 (12.89% from 255 or 13.28% from 241); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1220 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF1220 is #40EDDF. Grayscale: #474747. Windows color (decimal): -4255200 or 2101951. OLE color: 2101951.
HSL color Cylindrical-coordinate representation of color #BF1220: hue angle of 355.14º 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 #BF1220 is Cyan = 0, Magento = 0.91, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 18 | 32 | - |
| CMYK | 0 | 0.91 | 0.83 | 0.25 |
| HSL | 355.14º | 0.83% | 0.41% | - |
| HSV(B) | 355.14º | 0.91% | 0.75% | - |
| XYZ | 21.96 | 11.61 | 2.45 | - |
| YUV | 71.32 | 105.81 | 213.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 18 | 32 | 0 | 0.91 | 0.83 | 0.25 | 355.14 | 0.83 | 0.41 |
| Hex | BF | 12 | 20 | 0 | 5B | 53 | 19 | 163 | 53 | 29 |
| Octal | 277 | 22 | 40 | 0 | 133 | 123 | 31 | 543 | 123 | 51 |
| Binary | 10111111 | 10010 | 100000 | 0 | 1011011 | 1010011 | 11001 | 101100011 | 1010011 | 101001 |
Color Harmonies of #BF1220
Complementary color
Monochromatic Colors of #BF1220
Black with #BF1220
Text Example
Text Example
White with #BF1220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1220; }
p { color: rgb(191,18,32); }
H1.HeaderClassName
{
color: #BF1220;
}
.AnyTagClassName
{
color: #BF1220;
}
</style>
background-color css
<style>
a { background-color: #BF1220; }
a { background-color: rgb(191,18,32); }
div.DivClassName
{
background-color: #BF1220;
}
.BgClassName
{
background-color: #BF1220;
}
</style>
border-color css
<style>
span { border-color: #BF1220; }
span { border-color: rgb(191,18,32); }
td.TdClassName
{
border-color: #BF1220;
}
.TagClassName
{
border-color: #BF1220;
}
</style>