#bf2e1c

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

Shades of Harley Davidson Orange #BF2E1C

Tints of Harley Davidson Orange #BF2E1C

Color information

#BF2E1C (or 0xBF2E1C) is unknown color: approx Harley Davidson Orange. HEX triplet: BF, 2E and 1C. RGB value is (191,46,28). Sum of RGB (Red+Green+Blue) = 191+46+28=265 (35% of max value = 765). Red value is 191 (75% from 255 or 72.08% from 265); Green value is 46 (18.36% from 255 or 17.36% from 265); Blue value is 28 (11.33% from 255 or 10.57% from 265); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2E1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2E1C is #40D1E3. Grayscale: #575757. Windows color (decimal): -4248036 or 1846975. OLE color: 1846975.

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

Color convert

RGB1914628-
CMYK00.760.850.25
HSL6.63º74.43%42.94%-
HSV(B)6.63º85.34%74.9%-
XYZ22.6713.112.43-
YUV87.394.54201.96-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 72.08%
GREEN value IS 46 (18.36% from 255) = 17.36%
BLUE value IS 28 (11.33% from 255) = 10.57%
R=72.08%
G=17.36%
B=10.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.85
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191462800.760.850.256.6374.4342.94
HexBF2E1C04C551974a2b
Octal2775634011412531711253
Binary1011111110111011100010011001010101110011111001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf2e1c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf2e1c; }

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

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

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

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

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

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

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

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