Shades of Fire Engine Red #BF2223
Tints of Fire Engine Red #BF2223
RGB
CMYK
RGB Variations
Color information
#BF2223 (or 0xBF2223) is known color: Fire Engine Red. HEX triplet: BF, 22 and 23. RGB value is (191,34,35). Sum of RGB (Red+Green+Blue) = 191+34+35=260 (34% of max value = 765). Red value is 191 (75% from 255 or 73.46% from 260); Green value is 34 (13.67% from 255 or 13.08% from 260); Blue value is 35 (14.06% from 255 or 13.46% from 260); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2223 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2223 is #40DDDC. Grayscale: #515151. Windows color (decimal): -4251101 or 2302655. OLE color: 2302655.
HSL color Cylindrical-coordinate representation of color #BF2223: hue angle of 359.62º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BF2223 is Cyan = 0, Magento = 0.82, Yellow = 0.82 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 34 | 35 | - |
| CMYK | 0 | 0.82 | 0.82 | 0.25 |
| HSL | 359.62º | 0.7% | 0.44% | - |
| HSV(B) | 359.62º | 0.82% | 0.75% | - |
| XYZ | 22.36 | 12.34 | 2.79 | - |
| YUV | 81.06 | 102.01 | 206.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 34 | 35 | 0 | 0.82 | 0.82 | 0.25 | 359.62 | 0.7 | 0.44 |
| Hex | BF | 22 | 23 | 0 | 52 | 52 | 19 | 168 | 46 | 2C |
| Octal | 277 | 42 | 43 | 0 | 122 | 122 | 31 | 550 | 106 | 54 |
| Binary | 10111111 | 100010 | 100011 | 0 | 1010010 | 1010010 | 11001 | 101101000 | 1000110 | 101100 |
Color Harmonies of #BF2223
Complementary color
Monochromatic Colors of #BF2223
Black with #BF2223
Text Example
Text Example
White with #BF2223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2223; }
p { color: rgb(191,34,35); }
H1.HeaderClassName
{
color: #BF2223;
}
.AnyTagClassName
{
color: #BF2223;
}
</style>
background-color css
<style>
a { background-color: #BF2223; }
a { background-color: rgb(191,34,35); }
div.DivClassName
{
background-color: #BF2223;
}
.BgClassName
{
background-color: #BF2223;
}
</style>
border-color css
<style>
span { border-color: #BF2223; }
span { border-color: rgb(191,34,35); }
td.TdClassName
{
border-color: #BF2223;
}
.TagClassName
{
border-color: #BF2223;
}
</style>