Shades of Fire Engine Red #BF1223
Tints of Fire Engine Red #BF1223
RGB
CMYK
RGB Variations
Color information
#BF1223 (or 0xBF1223) is known color: Fire Engine Red. HEX triplet: BF, 12 and 23. RGB value is (191,18,35). Sum of RGB (Red+Green+Blue) = 191+18+35=244 (32% of max value = 765). Red value is 191 (75% from 255 or 78.28% from 244); Green value is 18 (7.42% from 255 or 7.38% from 244); Blue value is 35 (14.06% from 255 or 14.34% from 244); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1223 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF1223 is #40EDDC. Grayscale: #474747. Windows color (decimal): -4255197 or 2298559. OLE color: 2298559.
HSL color Cylindrical-coordinate representation of color #BF1223: hue angle of 354.1º 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 #BF1223 is Cyan = 0, Magento = 0.91, Yellow = 0.82 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 18 | 35 | - |
| CMYK | 0 | 0.91 | 0.82 | 0.25 |
| HSL | 354.1º | 0.83% | 0.41% | - |
| HSV(B) | 354.1º | 0.91% | 0.75% | - |
| XYZ | 22.01 | 11.63 | 2.68 | - |
| YUV | 71.67 | 107.31 | 213.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 18 | 35 | 0 | 0.91 | 0.82 | 0.25 | 354.1 | 0.83 | 0.41 |
| Hex | BF | 12 | 23 | 0 | 5B | 52 | 19 | 162 | 53 | 29 |
| Octal | 277 | 22 | 43 | 0 | 133 | 122 | 31 | 542 | 123 | 51 |
| Binary | 10111111 | 10010 | 100011 | 0 | 1011011 | 1010010 | 11001 | 101100010 | 1010011 | 101001 |
Color Harmonies of #BF1223
Complementary color
Monochromatic Colors of #BF1223
Black with #BF1223
Text Example
Text Example
White with #BF1223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1223; }
p { color: rgb(191,18,35); }
H1.HeaderClassName
{
color: #BF1223;
}
.AnyTagClassName
{
color: #BF1223;
}
</style>
background-color css
<style>
a { background-color: #BF1223; }
a { background-color: rgb(191,18,35); }
div.DivClassName
{
background-color: #BF1223;
}
.BgClassName
{
background-color: #BF1223;
}
</style>
border-color css
<style>
span { border-color: #BF1223; }
span { border-color: rgb(191,18,35); }
td.TdClassName
{
border-color: #BF1223;
}
.TagClassName
{
border-color: #BF1223;
}
</style>