#BF2F18

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

Shades of Harley Davidson Orange #BF2F18

Tints of Harley Davidson Orange #BF2F18

Color information

#BF2F18 (or 0xBF2F18) is unknown color: approx Harley Davidson Orange. HEX triplet: BF, 2F and 18. RGB value is (191,47,24). Sum of RGB (Red+Green+Blue) = 191+47+24=262 (34% of max value = 765). Red value is 191 (75% from 255 or 72.90% from 262); Green value is 47 (18.75% from 255 or 17.94% from 262); Blue value is 24 (9.77% from 255 or 9.16% from 262); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2F18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF2F18 is #40D0E7. Grayscale: #575757. Windows color (decimal): -4247784 or 1585087. OLE color: 1585087.

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

Color convert

RGB1914724-
CMYK00.750.870.25
HSL8.26º77.67%42.16%-
HSV(B)8.26º87.43%74.9%-
XYZ22.6713.182.21-
YUV87.4392.21201.87-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 72.90%
GREEN value IS 47 (18.75% from 255) = 17.94%
BLUE value IS 24 (9.77% from 255) = 9.16%
R=72.90%
G=17.94%
B=9.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.87
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191472400.750.870.258.2677.6742.16
HexBF2F1804B571984e2a
Octal27757300113127311011652
Binary10111111101111110000100101110101111100110001001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF2F18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF2F18; }

 p { color: rgb(191,47,24); }

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

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

 a { background-color: rgb(191,47,24); }

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

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

 span { border-color: rgb(191,47,24); }

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