Shades of Fire Engine Red #BF0C28
Tints of Fire Engine Red #BF0C28
RGB
CMYK
RGB Variations
Color information
#BF0C28 (or 0xBF0C28) is known color: Fire Engine Red. HEX triplet: BF, 0C and 28. RGB value is (191,12,40). Sum of RGB (Red+Green+Blue) = 191+12+40=243 (32% of max value = 765). Red value is 191 (75% from 255 or 78.60% from 243); Green value is 12 (5.08% from 255 or 4.94% from 243); Blue value is 40 (16.02% from 255 or 16.46% from 243); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0C28 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF0C28 is #40F3D7. Grayscale: #444444. Windows color (decimal): -4256728 or 2624703. OLE color: 2624703.
HSL color Cylindrical-coordinate representation of color #BF0C28: hue angle of 350.61º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BF0C28 is Cyan = 0, Magento = 0.94, Yellow = 0.79 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 12 | 40 | - |
| CMYK | 0 | 0.94 | 0.79 | 0.25 |
| HSL | 350.61º | 0.88% | 0.4% | - |
| HSV(B) | 350.61º | 0.94% | 0.75% | - |
| XYZ | 22 | 11.49 | 3.07 | - |
| YUV | 68.71 | 111.8 | 215.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 12 | 40 | 0 | 0.94 | 0.79 | 0.25 | 350.61 | 0.88 | 0.4 |
| Hex | BF | C | 28 | 0 | 5E | 4F | 19 | 15F | 58 | 28 |
| Octal | 277 | 14 | 50 | 0 | 136 | 117 | 31 | 537 | 130 | 50 |
| Binary | 10111111 | 1100 | 101000 | 0 | 1011110 | 1001111 | 11001 | 101011111 | 1011000 | 101000 |
Color Harmonies of #BF0C28
Complementary color
Monochromatic Colors of #BF0C28
Black with #BF0C28
Text Example
Text Example
White with #BF0C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0C28; }
p { color: rgb(191,12,40); }
H1.HeaderClassName
{
color: #BF0C28;
}
.AnyTagClassName
{
color: #BF0C28;
}
</style>
background-color css
<style>
a { background-color: #BF0C28; }
a { background-color: rgb(191,12,40); }
div.DivClassName
{
background-color: #BF0C28;
}
.BgClassName
{
background-color: #BF0C28;
}
</style>
border-color css
<style>
span { border-color: #BF0C28; }
span { border-color: rgb(191,12,40); }
td.TdClassName
{
border-color: #BF0C28;
}
.TagClassName
{
border-color: #BF0C28;
}
</style>