#BF1926

Color #BF1926 Fire Engine Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Engine Red #BF1926

Tints of Fire Engine Red #BF1926

Color information

#BF1926 (or 0xBF1926) is unknown color: approx Fire Engine Red. HEX triplet: BF, 19 and 26. RGB value is (191,25,38). Sum of RGB (Red+Green+Blue) = 191+25+38=254 (33% of max value = 765). Red value is 191 (75% from 255 or 75.20% from 254); Green value is 25 (10.16% from 255 or 9.84% from 254); Blue value is 38 (15.23% from 255 or 14.96% from 254); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1926 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF1926 is #40E6D9. Grayscale: #4C4C4C. Windows color (decimal): -4253402 or 2496959. OLE color: 2496959.

HSL color Cylindrical-coordinate representation of color #BF1926: hue angle of 355.3º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BF1926 is Cyan = 0, Magento = 0.87, Yellow = 0.80 and Black (K on CMYK) = 0.25.

Color convert

RGB1912538-
CMYK00.870.800.25
HSL355.3º76.85%42.35%-
HSV(B)355.3º86.91%74.9%-
XYZ22.1811.912.96-
YUV76.12106.5209.94-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 191 (75% from 255) = 75.20%
GREEN value IS 25 (10.16% from 255) = 9.84%
BLUE value IS 38 (15.23% from 255) = 14.96%
R=75.20%
G=9.84%
B=14.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.80
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191253800.870.800.25355.376.8542.35
HexBF192605750191634d2a
Octal277314601271203154311552
Binary1011111111001100110010101111010000110011011000111001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF1926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF1926; }

 p { color: rgb(191,25,38); }

 H1.HeaderClassName
 {
   color: #BF1926;
 }
 .AnyTagClassName
 {
   color: #BF1926;
 }
</style>
background-color css

<style>
 a { background-color: #BF1926; }

 a { background-color: rgb(191,25,38); }

 div.DivClassName
 {
   background-color: #BF1926;
 }
 .BgClassName
 {
   background-color: #BF1926;
 }
</style>
border-color css

<style>
 span { border-color: #BF1926; }

 span { border-color: rgb(191,25,38); }

 td.TdClassName
 {
   border-color: #BF1926;
 }
 .TagClassName
 {
   border-color: #BF1926;
 }
</style>