#bf2414

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

Shades of Harley Davidson Orange #BF2414

Tints of Harley Davidson Orange #BF2414

Color information

#BF2414 (or 0xBF2414) is unknown color: approx Harley Davidson Orange. HEX triplet: BF, 24 and 14. RGB value is (191,36,20). Sum of RGB (Red+Green+Blue) = 191+36+20=247 (32% of max value = 765). Red value is 191 (75% from 255 or 77.33% from 247); Green value is 36 (14.45% from 255 or 14.57% from 247); Blue value is 20 (8.20% from 255 or 8.10% from 247); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2414 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF2414 is #40DBEB. Grayscale: #505050. Windows color (decimal): -4250604 or 1320127. OLE color: 1320127.

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

Color convert

RGB1913620-
CMYK00.810.900.25
HSL5.61º81.04%41.37%-
HSV(B)5.61º89.53%74.9%-
XYZ22.2412.391.88-
YUV80.5293.85206.8-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 77.33%
GREEN value IS 36 (14.45% from 255) = 14.57%
BLUE value IS 20 (8.20% from 255) = 8.10%
R=77.33%
G=14.57%
B=8.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.90
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191362000.810.900.255.6181.0441.37
HexBF24140515A1965129
Octal2774424012113231612151
Binary1011111110010010100010100011011010110011101010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf2414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf2414; }

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

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

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

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

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

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

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

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