#BF2426

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

Shades of Fire Engine Red #BF2426

Tints of Fire Engine Red #BF2426

Color information

#BF2426 (or 0xBF2426) is unknown color: approx Fire Engine Red. HEX triplet: BF, 24 and 26. RGB value is (191,36,38). Sum of RGB (Red+Green+Blue) = 191+36+38=265 (35% of max value = 765). Red value is 191 (75% from 255 or 72.08% from 265); Green value is 36 (14.45% from 255 or 13.58% from 265); Blue value is 38 (15.23% from 255 or 14.34% from 265); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2426 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2426 is #40DBD9. Grayscale: #525252. Windows color (decimal): -4250586 or 2499775. OLE color: 2499775.

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

Color convert

RGB1913638-
CMYK00.810.800.25
HSL359.23º68.28%44.51%-
HSV(B)359.23º81.15%74.9%-
XYZ22.4712.483.06-
YUV82.57102.85205.34-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 72.08%
GREEN value IS 36 (14.45% from 255) = 13.58%
BLUE value IS 38 (15.23% from 255) = 14.34%
R=72.08%
G=13.58%
B=14.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.80
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191363800.810.800.25359.2368.2844.51
HexBF24260515019167442d
Octal277444601211203154710455
Binary10111111100100100110010100011010000110011011001111000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF2426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF2426; }

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

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

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

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

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

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

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

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