Html Css Color HEX #BF2711 Harley Davidson Orange

📋 copy color: '#BF2711'

red 191 ◦ green 39 ◦ blue 17

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

Shades of Harley Davidson Orange #BF2711

Tints of Harley Davidson Orange #BF2711

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.79%

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

R = 77.33%
G = 15.79%
B = 6.88%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#BF2711 (or 0xBF2711) is known color: Harley Davidson Orange. HEX triplet: BF, 27 and 11. RGB value is (191,39,17). Sum of RGB (Red+Green+Blue) = 191+39+17=247 (32% of max value = 765). Red value is 191 (75% from 255 or 77.33% from 247); Green value is 39 (15.62% from 255 or 15.79% from 247); Blue value is 17 (7.03% from 255 or 6.88% from 247); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2711 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF2711 is #40D8EE. Grayscale: #525252. Windows color (decimal): -4249839 or 1124287. OLE color: 1124287.

HSL color Cylindrical-coordinate representation of color #BF2711: hue angle of 7.59º 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 #BF2711 is Cyan = 0, Magento = 0.80, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 39 17 -
CMYK 0 0.80 0.91 0.25
HSL 7.59º 0.84% 0.41% -
HSV(B) 7.59º 0.91% 0.75% -
XYZ 22.31 12.57 1.78 -
YUV 81.94 91.36 205.79 -
System Red Green Blue C M Y K H S L
Decimal 191 39 17 0 0.80 0.91 0.25 7.59 0.84 0.41
Hex BF 27 11 0 50 5B 19 8 54 29
Octal 277 47 21 0 120 133 31 10 124 51
Binary 10111111 100111 10001 0 1010000 1011011 11001 1000 1010100 101001

Color Harmonies of #BF2711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2711

Black with #BF2711

Text Example


Text Example

White with #BF2711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2711; }

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

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

background-color css

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

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

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

border-color css

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

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

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