Html Css Color HEX #BF3414 Harley Davidson Orange

📋 copy color: '#BF3414'

red 191 ◦ green 52 ◦ blue 20

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

Shades of Harley Davidson Orange #BF3414

Tints of Harley Davidson Orange #BF3414

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.6%

R = 72.62%
G = 19.77%
B = 7.6%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#BF3414 (or 0xBF3414) is known color: Harley Davidson Orange. HEX triplet: BF, 34 and 14. RGB value is (191,52,20). Sum of RGB (Red+Green+Blue) = 191+52+20=263 (34% of max value = 765). Red value is 191 (75% from 255 or 72.62% from 263); Green value is 52 (20.70% from 255 or 19.77% from 263); Blue value is 20 (8.20% from 255 or 7.60% from 263); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3414 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF3414 is #40CBEB. Grayscale: #5A5A5A. Windows color (decimal): -4246508 or 1324223. OLE color: 1324223.

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

Color convert

RGB 191 52 20 -
CMYK 0 0.73 0.90 0.25
HSL 11.23º 0.81% 0.41% -
HSV(B) 11.23º 0.9% 0.75% -
XYZ 22.84 13.58 2.08 -
YUV 89.91 88.55 200.1 -
System Red Green Blue C M Y K H S L
Decimal 191 52 20 0 0.73 0.90 0.25 11.23 0.81 0.41
Hex BF 34 14 0 49 5A 19 B 51 29
Octal 277 64 24 0 111 132 31 13 121 51
Binary 10111111 110100 10100 0 1001001 1011010 11001 1011 1010001 101001

Color Harmonies of #BF3414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3414

Black with #BF3414

Text Example


Text Example

White with #BF3414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3414; }

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

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

background-color css

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

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

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

border-color css

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

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

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