#BF151D

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

Shades of Fire Engine Red #BF151D

Tints of Fire Engine Red #BF151D

Color information

#BF151D (or 0xBF151D) is unknown color: approx Fire Engine Red. HEX triplet: BF, 15 and 1D. RGB value is (191,21,29). Sum of RGB (Red+Green+Blue) = 191+21+29=241 (31% of max value = 765). Red value is 191 (75% from 255 or 79.25% from 241); Green value is 21 (8.59% from 255 or 8.71% from 241); Blue value is 29 (11.72% from 255 or 12.03% from 241); Max value from RGB is 191 - color contains mainly: red. Hex color #BF151D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF151D is #40EAE2. Grayscale: #484848. Windows color (decimal): -4254435 or 1906111. OLE color: 1906111.

HSL color Cylindrical-coordinate representation of color #BF151D: hue angle of 357.18º 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 #BF151D is Cyan = 0, Magento = 0.89, Yellow = 0.85 and Black (K on CMYK) = 0.25.

Color convert

RGB1912129-
CMYK00.890.850.25
HSL357.18º80.19%41.57%-
HSV(B)357.18º89.01%74.9%-
XYZ21.9811.72.26-
YUV72.74103.32212.35-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 79.25%
GREEN value IS 21 (8.59% from 255) = 8.71%
BLUE value IS 29 (11.72% from 255) = 12.03%
R=79.25%
G=8.71%
B=12.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.85
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191212900.890.850.25357.1880.1941.57
HexBF151D0595519165502a
Octal277253501311253154512052
Binary101111111010111101010110011010101110011011001011010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF151D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF151D; }

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

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

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

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

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

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

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

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