#BF1527

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

Shades of Fire Engine Red #BF1527

Tints of Fire Engine Red #BF1527

Color information

#BF1527 (or 0xBF1527) is unknown color: approx Fire Engine Red. HEX triplet: BF, 15 and 27. RGB value is (191,21,39). Sum of RGB (Red+Green+Blue) = 191+21+39=251 (33% of max value = 765). Red value is 191 (75% from 255 or 76.10% from 251); Green value is 21 (8.59% from 255 or 8.37% from 251); Blue value is 39 (15.62% from 255 or 15.54% from 251); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1527 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF1527 is #40EAD8. Grayscale: #494949. Windows color (decimal): -4254425 or 2561471. OLE color: 2561471.

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

Color convert

RGB1912139-
CMYK00.890.800.25
HSL353.65º80.19%41.57%-
HSV(B)353.65º89.01%74.9%-
XYZ22.1211.763.02-
YUV73.88108.32211.54-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 76.10%
GREEN value IS 21 (8.59% from 255) = 8.37%
BLUE value IS 39 (15.62% from 255) = 15.54%
R=76.10%
G=8.37%
B=15.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.80
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191213900.890.800.25353.6580.1941.57
HexBF15270595019162502a
Octal277254701311203154212052
Binary1011111110101100111010110011010000110011011000101010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF1527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF1527; }

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

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

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

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

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

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

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

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