Html Css Color HEX #BF2F11 Harley Davidson Orange

📋 copy color: '#BF2F11'

red 191 ◦ green 47 ◦ blue 17

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

Shades of Harley Davidson Orange #BF2F11

Tints of Harley Davidson Orange #BF2F11

RGB

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

 GREEN value IS 47 (18.75% from 255) = 18.43%

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

R = 74.9%
G = 18.43%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#BF2F11 (or 0xBF2F11) is known color: Harley Davidson Orange. HEX triplet: BF, 2F and 11. RGB value is (191,47,17). Sum of RGB (Red+Green+Blue) = 191+47+17=255 (33% of max value = 765). Red value is 191 (75% from 255 or 74.90% from 255); Green value is 47 (18.75% from 255 or 18.43% from 255); Blue value is 17 (7.03% from 255 or 6.67% from 255); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2F11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF2F11 is #40D0EE. Grayscale: #565656. Windows color (decimal): -4247791 or 1126335. OLE color: 1126335.

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

Color convert

RGB 191 47 17 -
CMYK 0 0.75 0.91 0.25
HSL 10.34º 0.84% 0.41% -
HSV(B) 10.34º 0.91% 0.75% -
XYZ 22.6 13.15 1.88 -
YUV 86.64 88.71 202.44 -
System Red Green Blue C M Y K H S L
Decimal 191 47 17 0 0.75 0.91 0.25 10.34 0.84 0.41
Hex BF 2F 11 0 4B 5B 19 A 54 29
Octal 277 57 21 0 113 133 31 12 124 51
Binary 10111111 101111 10001 0 1001011 1011011 11001 1010 1010100 101001

Color Harmonies of #BF2F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2F11

Black with #BF2F11

Text Example


Text Example

White with #BF2F11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2F11; }

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

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

background-color css

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

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

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

border-color css

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

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

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