#BF1726

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

Shades of Fire Engine Red #BF1726

Tints of Fire Engine Red #BF1726

Color information

#BF1726 (or 0xBF1726) is unknown color: approx Fire Engine Red. HEX triplet: BF, 17 and 26. RGB value is (191,23,38). Sum of RGB (Red+Green+Blue) = 191+23+38=252 (33% of max value = 765). Red value is 191 (75% from 255 or 75.79% from 252); Green value is 23 (9.38% from 255 or 9.13% from 252); Blue value is 38 (15.23% from 255 or 15.08% from 252); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1726 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF1726 is #40E8D9. Grayscale: #4B4B4B. Windows color (decimal): -4253914 or 2496447. OLE color: 2496447.

HSL color Cylindrical-coordinate representation of color #BF1726: hue angle of 354.64º 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 #BF1726 is Cyan = 0, Magento = 0.88, Yellow = 0.80 and Black (K on CMYK) = 0.25.

Color convert

RGB1912338-
CMYK00.880.800.25
HSL354.64º78.5%41.96%-
HSV(B)354.64º87.96%74.9%-
XYZ22.1411.832.95-
YUV74.94107.16210.78-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 75.79%
GREEN value IS 23 (9.38% from 255) = 9.13%
BLUE value IS 38 (15.23% from 255) = 15.08%
R=75.79%
G=9.13%
B=15.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.80
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191233800.880.800.25354.6478.541.96
HexBF172605850191634f2a
Octal277274601301203154311752
Binary1011111110111100110010110001010000110011011000111001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF1726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF1726; }

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

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

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

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

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

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

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

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