Html Css Color HEX #BF2B11 Harley Davidson Orange

📋 copy color: '#BF2B11'

red 191 ◦ green 43 ◦ blue 17

#BF2B11
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Harley Davidson Orange #BF2B11

Tints of Harley Davidson Orange #BF2B11

RGB

 RED value IS 191 (75% from 255) = 76.1%

 GREEN value IS 43 (17.19% from 255) = 17.13%

 BLUE value IS 17 (7.03% from 255) = 6.77%

R = 76.1%
G = 17.13%
B = 6.77%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#BF2B11 (or 0xBF2B11) is known color: Harley Davidson Orange. HEX triplet: BF, 2B and 11. RGB value is (191,43,17). Sum of RGB (Red+Green+Blue) = 191+43+17=251 (33% of max value = 765). Red value is 191 (75% from 255 or 76.10% from 251); Green value is 43 (17.19% from 255 or 17.13% from 251); Blue value is 17 (7.03% from 255 or 6.77% from 251); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2B11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF2B11 is #40D4EE. Grayscale: #545454. Windows color (decimal): -4248815 or 1125311. OLE color: 1125311.

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

Color convert

RGB 191 43 17 -
CMYK 0 0.77 0.91 0.25
HSL 8.97º 0.84% 0.41% -
HSV(B) 8.97º 0.91% 0.75% -
XYZ 22.45 12.84 1.83 -
YUV 84.29 90.03 204.11 -
System Red Green Blue C M Y K H S L
Decimal 191 43 17 0 0.77 0.91 0.25 8.97 0.84 0.41
Hex BF 2B 11 0 4D 5B 19 9 54 29
Octal 277 53 21 0 115 133 31 11 124 51
Binary 10111111 101011 10001 0 1001101 1011011 11001 1001 1010100 101001

Color Harmonies of #BF2B11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2B11

Black with #BF2B11

Text Example


Text Example

White with #BF2B11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2B11; }

 p { color: rgb(191,43,17); }

 H1.HeaderClassName
 {
   color: #BF2B11;
 }
 .AnyTagClassName
 {
   color: #BF2B11;
 }
</style>

background-color css

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

 a { background-color: rgb(191,43,17); }

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

border-color css

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

 span { border-color: rgb(191,43,17); }

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