Html Css Color HEX #BF301E Harley Davidson Orange

📋 copy color: '#BF301E'

red 191 ◦ green 48 ◦ blue 30

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

Shades of Harley Davidson Orange #BF301E

Tints of Harley Davidson Orange #BF301E

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.84%

 BLUE value IS 30 (12.11% from 255) = 11.15%

R = 71%
G = 17.84%
B = 11.15%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#BF301E (or 0xBF301E) is known color: Harley Davidson Orange. HEX triplet: BF, 30 and 1E. RGB value is (191,48,30). Sum of RGB (Red+Green+Blue) = 191+48+30=269 (35% of max value = 765). Red value is 191 (75% from 255 or 71.00% from 269); Green value is 48 (19.14% from 255 or 17.84% from 269); Blue value is 30 (12.11% from 255 or 11.15% from 269); Max value from RGB is 191 - color contains mainly: red. Hex color #BF301E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF301E is #40CFE1. Grayscale: #585858. Windows color (decimal): -4247522 or 1978559. OLE color: 1978559.

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

Color convert

RGB 191 48 30 -
CMYK 0 0.75 0.84 0.25
HSL 6.71º 0.73% 0.43% -
HSV(B) 6.71º 0.84% 0.75% -
XYZ 22.78 13.28 2.59 -
YUV 88.71 94.88 200.96 -
System Red Green Blue C M Y K H S L
Decimal 191 48 30 0 0.75 0.84 0.25 6.71 0.73 0.43
Hex BF 30 1E 0 4B 54 19 7 49 2B
Octal 277 60 36 0 113 124 31 7 111 53
Binary 10111111 110000 11110 0 1001011 1010100 11001 111 1001001 101011

Color Harmonies of #BF301E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF301E

Black with #BF301E

Text Example


Text Example

White with #BF301E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF301E; }

 p { color: rgb(191,48,30); }

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

background-color css

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

 a { background-color: rgb(191,48,30); }

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

border-color css

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

 span { border-color: rgb(191,48,30); }

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