#BF2E0E

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

Shades of Harley Davidson Orange #BF2E0E

Tints of Harley Davidson Orange #BF2E0E

Color information

#BF2E0E (or 0xBF2E0E) is unknown color: approx Harley Davidson Orange. HEX triplet: BF, 2E and 0E. RGB value is (191,46,14). Sum of RGB (Red+Green+Blue) = 191+46+14=251 (33% of max value = 765). Red value is 191 (75% from 255 or 76.10% from 251); Green value is 46 (18.36% from 255 or 18.33% from 251); Blue value is 14 (5.86% from 255 or 5.58% from 251); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2E0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF2E0E is #40D1F1. Grayscale: #555555. Windows color (decimal): -4248050 or 929471. OLE color: 929471.

HSL color Cylindrical-coordinate representation of color #BF2E0E: hue angle of 10.85º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BF2E0E is Cyan = 0, Magento = 0.76, Yellow = 0.93 and Black (K on CMYK) = 0.25.

Color convert

RGB1914614-
CMYK00.760.930.25
HSL10.85º86.34%40.2%-
HSV(B)10.85º92.67%74.9%-
XYZ22.5413.061.75-
YUV85.7187.54203.1-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 76.10%
GREEN value IS 46 (18.36% from 255) = 18.33%
BLUE value IS 14 (5.86% from 255) = 5.58%
R=76.10%
G=18.33%
B=5.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.93
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191461400.760.930.2510.8586.3440.2
HexBF2EE04C5D19b5628
Octal27756160114135311312650
Binary1011111110111011100100110010111011100110111010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF2E0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF2E0E; }

 p { color: rgb(191,46,14); }

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

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

 a { background-color: rgb(191,46,14); }

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

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

 span { border-color: rgb(191,46,14); }

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