#BF2A19

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

Shades of Harley Davidson Orange #BF2A19

Tints of Harley Davidson Orange #BF2A19

Color information

#BF2A19 (or 0xBF2A19) is unknown color: approx Harley Davidson Orange. HEX triplet: BF, 2A and 19. RGB value is (191,42,25). Sum of RGB (Red+Green+Blue) = 191+42+25=258 (34% of max value = 765). Red value is 191 (75% from 255 or 74.03% from 258); Green value is 42 (16.80% from 255 or 16.28% from 258); Blue value is 25 (10.16% from 255 or 9.69% from 258); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2A19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF2A19 is #40D5E6. Grayscale: #545454. Windows color (decimal): -4249063 or 1649343. OLE color: 1649343.

HSL color Cylindrical-coordinate representation of color #BF2A19: hue angle of 6.14º degrees, saturation: 0.77, 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 #BF2A19 is Cyan = 0, Magento = 0.78, Yellow = 0.87 and Black (K on CMYK) = 0.25.

Color convert

RGB1914225-
CMYK00.780.870.25
HSL6.14º76.85%42.35%-
HSV(B)6.14º86.91%74.9%-
XYZ22.4912.82.21-
YUV84.6194.36203.88-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 74.03%
GREEN value IS 42 (16.80% from 255) = 16.28%
BLUE value IS 25 (10.16% from 255) = 9.69%
R=74.03%
G=16.28%
B=9.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.87
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191422500.780.870.256.1476.8542.35
HexBF2A1904E571964d2a
Octal2775231011612731611552
Binary1011111110101011001010011101010111110011101001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF2A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF2A19; }

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

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

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

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

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

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

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

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