#BF0E24

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

Shades of Fire Engine Red #BF0E24

Tints of Fire Engine Red #BF0E24

Color information

#BF0E24 (or 0xBF0E24) is unknown color: approx Fire Engine Red. HEX triplet: BF, 0E and 24. RGB value is (191,14,36). Sum of RGB (Red+Green+Blue) = 191+14+36=241 (31% of max value = 765). Red value is 191 (75% from 255 or 79.25% from 241); Green value is 14 (5.86% from 255 or 5.81% from 241); Blue value is 36 (14.45% from 255 or 14.94% from 241); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0E24 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF0E24 is #40F1DB. Grayscale: #454545. Windows color (decimal): -4256220 or 2363071. OLE color: 2363071.

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

Color convert

RGB1911436-
CMYK00.930.810.25
HSL352.54º86.34%40.2%-
HSV(B)352.54º92.67%74.9%-
XYZ21.9611.522.73-
YUV69.43109.14214.71-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 79.25%
GREEN value IS 14 (5.86% from 255) = 5.81%
BLUE value IS 36 (14.45% from 255) = 14.94%
R=79.25%
G=5.81%
B=14.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.81
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191143600.930.810.25352.5486.3440.2
HexBFE2405D51191615628
Octal277164401351213154112650
Binary101111111110100100010111011010001110011011000011010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF0E24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF0E24; }

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

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

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

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

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

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

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

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