#BF2A11

Color #BF2A11 Harley Davidson Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harley Davidson Orange #BF2A11

Tints of Harley Davidson Orange #BF2A11

Color information

#BF2A11 (or 0xBF2A11) is unknown color: approx Harley Davidson Orange. HEX triplet: BF, 2A and 11. RGB value is (191,42,17). Sum of RGB (Red+Green+Blue) = 191+42+17=250 (33% of max value = 765). Red value is 191 (75% from 255 or 76.4% from 250); Green value is 42 (16.80% from 255 or 16.8% from 250); Blue value is 17 (7.03% from 255 or 6.8% from 250); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2A11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF2A11 is #40D5EE. Grayscale: #535353. Windows color (decimal): -4249071 or 1125055. OLE color: 1125055.

HSL color Cylindrical-coordinate representation of color #BF2A11: hue angle of 8.62º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BF2A11 is Cyan = 0, Magento = 0.78, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB1914217-
CMYK00.780.910.25
HSL8.62º83.65%40.78%-
HSV(B)8.62º91.1%74.9%-
XYZ22.4212.771.81-
YUV83.790.36204.53-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 76.4%
GREEN value IS 42 (16.80% from 255) = 16.8%
BLUE value IS 17 (7.03% from 255) = 6.8%
R=76.4%
G=16.8%
B=6.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.91
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191421700.780.910.258.6283.6540.78
HexBF2A1104E5B1995429
Octal27752210116133311112451
Binary10111111101010100010100111010110111100110011010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF2A11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF2A11; }

 p { color: rgb(191,42,17); }

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

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

 a { background-color: rgb(191,42,17); }

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

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

 span { border-color: rgb(191,42,17); }

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