Html Css Color HEX #BF3713 Harley Davidson Orange

📋 copy color: '#BF3713'

red 191 ◦ green 55 ◦ blue 19

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

Shades of Harley Davidson Orange #BF3713

Tints of Harley Davidson Orange #BF3713

RGB

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

 GREEN value IS 55 (21.88% from 255) = 20.75%

 BLUE value IS 19 (7.81% from 255) = 7.17%

R = 72.08%
G = 20.75%
B = 7.17%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#BF3713 (or 0xBF3713) is known color: Harley Davidson Orange. HEX triplet: BF, 37 and 13. RGB value is (191,55,19). Sum of RGB (Red+Green+Blue) = 191+55+19=265 (35% of max value = 765). Red value is 191 (75% from 255 or 72.08% from 265); Green value is 55 (21.88% from 255 or 20.75% from 265); Blue value is 19 (7.81% from 255 or 7.17% from 265); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3713 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF3713 is #40C8EC. Grayscale: #5B5B5B. Windows color (decimal): -4245741 or 1259455. OLE color: 1259455.

HSL color Cylindrical-coordinate representation of color #BF3713: hue angle of 12.56º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BF3713 is Cyan = 0, Magento = 0.71, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 55 19 -
CMYK 0 0.71 0.90 0.25
HSL 12.56º 0.82% 0.41% -
HSV(B) 12.56º 0.9% 0.75% -
XYZ 22.97 13.86 2.08 -
YUV 91.56 87.06 198.93 -
System Red Green Blue C M Y K H S L
Decimal 191 55 19 0 0.71 0.90 0.25 12.56 0.82 0.41
Hex BF 37 13 0 47 5A 19 D 52 29
Octal 277 67 23 0 107 132 31 15 122 51
Binary 10111111 110111 10011 0 1000111 1011010 11001 1101 1010010 101001

Color Harmonies of #BF3713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3713

Black with #BF3713

Text Example


Text Example

White with #BF3713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3713; }

 p { color: rgb(191,55,19); }

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

background-color css

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

 a { background-color: rgb(191,55,19); }

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

border-color css

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

 span { border-color: rgb(191,55,19); }

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