#BF1826

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

Shades of Fire Engine Red #BF1826

Tints of Fire Engine Red #BF1826

Color information

#BF1826 (or 0xBF1826) is unknown color: approx Fire Engine Red. HEX triplet: BF, 18 and 26. RGB value is (191,24,38). Sum of RGB (Red+Green+Blue) = 191+24+38=253 (33% of max value = 765). Red value is 191 (75% from 255 or 75.49% from 253); Green value is 24 (9.77% from 255 or 9.49% from 253); Blue value is 38 (15.23% from 255 or 15.02% from 253); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1826 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF1826 is #40E7D9. Grayscale: #4B4B4B. Windows color (decimal): -4253658 or 2496703. OLE color: 2496703.

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

Color convert

RGB1912438-
CMYK00.870.800.25
HSL354.97º77.67%42.16%-
HSV(B)354.97º87.43%74.9%-
XYZ22.1611.872.96-
YUV75.53106.83210.36-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 75.49%
GREEN value IS 24 (9.77% from 255) = 9.49%
BLUE value IS 38 (15.23% from 255) = 15.02%
R=75.49%
G=9.49%
B=15.02%

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
Decimal191243800.870.800.25354.9777.6742.16
HexBF182605750191634e2a
Octal277304601271203154311652
Binary1011111111000100110010101111010000110011011000111001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF1826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF1826; }

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

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

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

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

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

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

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

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