#BF1226

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

Shades of Fire Engine Red #BF1226

Tints of Fire Engine Red #BF1226

Color information

#BF1226 (or 0xBF1226) is unknown color: approx Fire Engine Red. HEX triplet: BF, 12 and 26. RGB value is (191,18,38). Sum of RGB (Red+Green+Blue) = 191+18+38=247 (32% of max value = 765). Red value is 191 (75% from 255 or 77.33% from 247); Green value is 18 (7.42% from 255 or 7.29% from 247); Blue value is 38 (15.23% from 255 or 15.38% from 247); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1226 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF1226 is #40EDD9. Grayscale: #484848. Windows color (decimal): -4255194 or 2495167. OLE color: 2495167.

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

Color convert

RGB1911838-
CMYK00.910.800.25
HSL353.06º82.78%40.98%-
HSV(B)353.06º90.58%74.9%-
XYZ22.0511.652.92-
YUV72.01108.81212.87-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 77.33%
GREEN value IS 18 (7.42% from 255) = 7.29%
BLUE value IS 38 (15.23% from 255) = 15.38%
R=77.33%
G=7.29%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.80
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191183800.910.800.25353.0682.7840.98
HexBF122605B50191615329
Octal277224601331203154112351
Binary1011111110010100110010110111010000110011011000011010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF1226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF1226; }

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

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

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

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

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

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

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

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