#BF1719

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

Shades of Fire Engine Red #BF1719

Tints of Fire Engine Red #BF1719

Color information

#BF1719 (or 0xBF1719) is unknown color: approx Fire Engine Red. HEX triplet: BF, 17 and 19. RGB value is (191,23,25). Sum of RGB (Red+Green+Blue) = 191+23+25=239 (31% of max value = 765). Red value is 191 (75% from 255 or 79.92% from 239); Green value is 23 (9.38% from 255 or 9.62% from 239); Blue value is 25 (10.16% from 255 or 10.46% from 239); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1719 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF1719 is #40E8E6. Grayscale: #494949. Windows color (decimal): -4253927 or 1644479. OLE color: 1644479.

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

Color convert

RGB1912325-
CMYK00.880.870.25
HSL359.29º78.5%41.96%-
HSV(B)359.29º87.96%74.9%-
XYZ21.9711.762.03-
YUV73.46100.66211.84-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 79.92%
GREEN value IS 23 (9.38% from 255) = 9.62%
BLUE value IS 25 (10.16% from 255) = 10.46%
R=79.92%
G=9.62%
B=10.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.87
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191232500.880.870.25359.2978.541.96
HexBF171905857191674f2a
Octal277273101301273154711752
Binary101111111011111001010110001010111110011011001111001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF1719

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF1719; }

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

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

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

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

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

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

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

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