Shades of Fire Engine Red #BF1629
Tints of Fire Engine Red #BF1629
RGB
CMYK
RGB Variations
Color information
#BF1629 (or 0xBF1629) is known color: Fire Engine Red. HEX triplet: BF, 16 and 29. RGB value is (191,22,41). Sum of RGB (Red+Green+Blue) = 191+22+41=254 (33% of max value = 765). Red value is 191 (75% from 255 or 75.20% from 254); Green value is 22 (8.98% from 255 or 8.66% from 254); Blue value is 41 (16.41% from 255 or 16.14% from 254); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1629 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF1629 is #40E9D6. Grayscale: #4A4A4A. Windows color (decimal): -4254167 or 2692799. OLE color: 2692799.
HSL color Cylindrical-coordinate representation of color #BF1629: hue angle of 353.25º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BF1629 is Cyan = 0, Magento = 0.88, Yellow = 0.79 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 22 | 41 | - |
| CMYK | 0 | 0.88 | 0.79 | 0.25 |
| HSL | 353.25º | 0.79% | 0.42% | - |
| HSV(B) | 353.25º | 0.88% | 0.75% | - |
| XYZ | 22.17 | 11.81 | 3.21 | - |
| YUV | 74.7 | 108.99 | 210.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 22 | 41 | 0 | 0.88 | 0.79 | 0.25 | 353.25 | 0.79 | 0.42 |
| Hex | BF | 16 | 29 | 0 | 58 | 4F | 19 | 161 | 4F | 2A |
| Octal | 277 | 26 | 51 | 0 | 130 | 117 | 31 | 541 | 117 | 52 |
| Binary | 10111111 | 10110 | 101001 | 0 | 1011000 | 1001111 | 11001 | 101100001 | 1001111 | 101010 |
Color Harmonies of #BF1629
Complementary color
Monochromatic Colors of #BF1629
Black with #BF1629
Text Example
Text Example
White with #BF1629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1629; }
p { color: rgb(191,22,41); }
H1.HeaderClassName
{
color: #BF1629;
}
.AnyTagClassName
{
color: #BF1629;
}
</style>
background-color css
<style>
a { background-color: #BF1629; }
a { background-color: rgb(191,22,41); }
div.DivClassName
{
background-color: #BF1629;
}
.BgClassName
{
background-color: #BF1629;
}
</style>
border-color css
<style>
span { border-color: #BF1629; }
span { border-color: rgb(191,22,41); }
td.TdClassName
{
border-color: #BF1629;
}
.TagClassName
{
border-color: #BF1629;
}
</style>