Html Css Color HEX #BF3411 Harley Davidson Orange

📋 copy color: '#BF3411'

red 191 ◦ green 52 ◦ blue 17

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

Shades of Harley Davidson Orange #BF3411

Tints of Harley Davidson Orange #BF3411

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20%

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

R = 73.46%
G = 20%
B = 6.54%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#BF3411 (or 0xBF3411) is known color: Harley Davidson Orange. HEX triplet: BF, 34 and 11. RGB value is (191,52,17). Sum of RGB (Red+Green+Blue) = 191+52+17=260 (34% of max value = 765). Red value is 191 (75% from 255 or 73.46% from 260); Green value is 52 (20.70% from 255 or 20% from 260); Blue value is 17 (7.03% from 255 or 6.54% from 260); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3411 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF3411 is #40CBEE. Grayscale: #595959. Windows color (decimal): -4246511 or 1127615. OLE color: 1127615.

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

Color convert

RGB 191 52 17 -
CMYK 0 0.73 0.91 0.25
HSL 12.07º 0.84% 0.41% -
HSV(B) 12.07º 0.91% 0.75% -
XYZ 22.82 13.57 1.95 -
YUV 89.57 87.05 200.35 -
System Red Green Blue C M Y K H S L
Decimal 191 52 17 0 0.73 0.91 0.25 12.07 0.84 0.41
Hex BF 34 11 0 49 5B 19 C 54 29
Octal 277 64 21 0 111 133 31 14 124 51
Binary 10111111 110100 10001 0 1001001 1011011 11001 1100 1010100 101001

Color Harmonies of #BF3411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3411

Black with #BF3411

Text Example


Text Example

White with #BF3411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3411; }

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

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

background-color css

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

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

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

border-color css

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

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

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