#BF1524

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

Shades of Fire Engine Red #BF1524

Tints of Fire Engine Red #BF1524

Color information

#BF1524 (or 0xBF1524) is unknown color: approx Fire Engine Red. HEX triplet: BF, 15 and 24. RGB value is (191,21,36). Sum of RGB (Red+Green+Blue) = 191+21+36=248 (32% of max value = 765). Red value is 191 (75% from 255 or 77.02% from 248); Green value is 21 (8.59% from 255 or 8.47% from 248); Blue value is 36 (14.45% from 255 or 14.52% from 248); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1524 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF1524 is #40EADB. Grayscale: #494949. Windows color (decimal): -4254428 or 2364863. OLE color: 2364863.

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

Color convert

RGB1912136-
CMYK00.890.810.25
HSL354.71º80.19%41.57%-
HSV(B)354.71º89.01%74.9%-
XYZ22.0711.742.77-
YUV73.54106.82211.78-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 77.02%
GREEN value IS 21 (8.59% from 255) = 8.47%
BLUE value IS 36 (14.45% from 255) = 14.52%
R=77.02%
G=8.47%
B=14.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.81
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191213600.890.810.25354.7180.1941.57
HexBF15240595119163502a
Octal277254401311213154312052
Binary1011111110101100100010110011010001110011011000111010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF1524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF1524; }

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

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

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

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

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

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

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

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