Shades of Fire Engine Red #BF2024
Tints of Fire Engine Red #BF2024
RGB
CMYK
RGB Variations
Color information
#BF2024 (or 0xBF2024) is known color: Fire Engine Red. HEX triplet: BF, 20 and 24. RGB value is (191,32,36). Sum of RGB (Red+Green+Blue) = 191+32+36=259 (34% of max value = 765). Red value is 191 (75% from 255 or 73.75% from 259); Green value is 32 (12.89% from 255 or 12.36% from 259); Blue value is 36 (14.45% from 255 or 13.90% from 259); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2024 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2024 is #40DFDB. Grayscale: #505050. Windows color (decimal): -4251612 or 2367679. OLE color: 2367679.
HSL color Cylindrical-coordinate representation of color #BF2024: hue angle of 358.49º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BF2024 is Cyan = 0, Magento = 0.83, Yellow = 0.81 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 32 | 36 | - |
| CMYK | 0 | 0.83 | 0.81 | 0.25 |
| HSL | 358.49º | 0.71% | 0.44% | - |
| HSV(B) | 358.49º | 0.83% | 0.75% | - |
| XYZ | 22.32 | 12.24 | 2.85 | - |
| YUV | 80 | 103.18 | 207.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 32 | 36 | 0 | 0.83 | 0.81 | 0.25 | 358.49 | 0.71 | 0.44 |
| Hex | BF | 20 | 24 | 0 | 53 | 51 | 19 | 166 | 47 | 2C |
| Octal | 277 | 40 | 44 | 0 | 123 | 121 | 31 | 546 | 107 | 54 |
| Binary | 10111111 | 100000 | 100100 | 0 | 1010011 | 1010001 | 11001 | 101100110 | 1000111 | 101100 |
Color Harmonies of #BF2024
Complementary color
Monochromatic Colors of #BF2024
Black with #BF2024
Text Example
Text Example
White with #BF2024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2024; }
p { color: rgb(191,32,36); }
H1.HeaderClassName
{
color: #BF2024;
}
.AnyTagClassName
{
color: #BF2024;
}
</style>
background-color css
<style>
a { background-color: #BF2024; }
a { background-color: rgb(191,32,36); }
div.DivClassName
{
background-color: #BF2024;
}
.BgClassName
{
background-color: #BF2024;
}
</style>
border-color css
<style>
span { border-color: #BF2024; }
span { border-color: rgb(191,32,36); }
td.TdClassName
{
border-color: #BF2024;
}
.TagClassName
{
border-color: #BF2024;
}
</style>