Html Css Color HEX #BF311E Harley Davidson Orange

📋 copy color: '#BF311E'

red 191 ◦ green 49 ◦ blue 30

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

Shades of Harley Davidson Orange #BF311E

Tints of Harley Davidson Orange #BF311E

RGB

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

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

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

R = 70.74%
G = 18.15%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#BF311E (or 0xBF311E) is known color: Harley Davidson Orange. HEX triplet: BF, 31 and 1E. RGB value is (191,49,30). Sum of RGB (Red+Green+Blue) = 191+49+30=270 (35% of max value = 765). Red value is 191 (75% from 255 or 70.74% from 270); Green value is 49 (19.53% from 255 or 18.15% from 270); Blue value is 30 (12.11% from 255 or 11.11% from 270); Max value from RGB is 191 - color contains mainly: red. Hex color #BF311E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF311E is #40CEE1. Grayscale: #595959. Windows color (decimal): -4247266 or 1978815. OLE color: 1978815.

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

Color convert

RGB 191 49 30 -
CMYK 0 0.74 0.84 0.25
HSL 7.08º 0.73% 0.43% -
HSV(B) 7.08º 0.84% 0.75% -
XYZ 22.82 13.37 2.61 -
YUV 89.29 94.54 200.54 -
System Red Green Blue C M Y K H S L
Decimal 191 49 30 0 0.74 0.84 0.25 7.08 0.73 0.43
Hex BF 31 1E 0 4A 54 19 7 49 2B
Octal 277 61 36 0 112 124 31 7 111 53
Binary 10111111 110001 11110 0 1001010 1010100 11001 111 1001001 101011

Color Harmonies of #BF311E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF311E

Black with #BF311E

Text Example


Text Example

White with #BF311E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF311E; }

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

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

background-color css

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

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

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

border-color css

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

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

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