Html Css Color HEX #BF3101 Harley Davidson Orange

📋 copy color: '#BF3101'

red 191 ◦ green 49 ◦ blue 1

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

Shades of Harley Davidson Orange #BF3101

Tints of Harley Davidson Orange #BF3101

RGB

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

 GREEN value IS 49 (19.53% from 255) = 20.33%

 BLUE value IS 1 (0.78% from 255) = 0.41%

R = 79.25%
G = 20.33%
B = 0.41%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#BF3101 (or 0xBF3101) is known color: Harley Davidson Orange. HEX triplet: BF, 31 and 01. RGB value is (191,49,1). Sum of RGB (Red+Green+Blue) = 191+49+1=241 (31% of max value = 765). Red value is 191 (75% from 255 or 79.25% from 241); Green value is 49 (19.53% from 255 or 20.33% from 241); Blue value is 1 (0.78% from 255 or 0.41% from 241); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3101 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF3101 is #40CEFE. Grayscale: #565656. Windows color (decimal): -4247295 or 78271. OLE color: 78271.

HSL color Cylindrical-coordinate representation of color #BF3101: hue angle of 15.16º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BF3101 is Cyan = 0, Magento = 0.74, Yellow = 0.99 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 49 1 -
CMYK 0 0.74 0.99 0.25
HSL 15.16º 0.99% 0.38% -
HSV(B) 15.16º 0.99% 0.75% -
XYZ 22.59 13.28 1.4 -
YUV 85.99 80.04 202.9 -
System Red Green Blue C M Y K H S L
Decimal 191 49 1 0 0.74 0.99 0.25 15.16 0.99 0.38
Hex BF 31 1 0 4A 63 19 F 63 26
Octal 277 61 1 0 112 143 31 17 143 46
Binary 10111111 110001 1 0 1001010 1100011 11001 1111 1100011 100110

Color Harmonies of #BF3101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3101

Black with #BF3101

Text Example


Text Example

White with #BF3101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3101; }

 p { color: rgb(191,49,1); }

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

background-color css

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

 a { background-color: rgb(191,49,1); }

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

border-color css

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

 span { border-color: rgb(191,49,1); }

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