Html Css Color HEX #BF351F Harley Davidson Orange

📋 copy color: '#BF351F'

red 191 ◦ green 53 ◦ blue 31

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

Shades of Harley Davidson Orange #BF351F

Tints of Harley Davidson Orange #BF351F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 19.27%

 BLUE value IS 31 (12.5% from 255) = 11.27%

R = 69.45%
G = 19.27%
B = 11.27%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#BF351F (or 0xBF351F) is known color: Harley Davidson Orange. HEX triplet: BF, 35 and 1F. RGB value is (191,53,31). Sum of RGB (Red+Green+Blue) = 191+53+31=275 (36% of max value = 765). Red value is 191 (75% from 255 or 69.45% from 275); Green value is 53 (21.09% from 255 or 19.27% from 275); Blue value is 31 (12.5% from 255 or 11.27% from 275); Max value from RGB is 191 - color contains mainly: red. Hex color #BF351F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF351F is #40CAE0. Grayscale: #5B5B5B. Windows color (decimal): -4246241 or 2045375. OLE color: 2045375.

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

Color convert

RGB 191 53 31 -
CMYK 0 0.72 0.84 0.25
HSL 8.25º 0.72% 0.44% -
HSV(B) 8.25º 0.84% 0.75% -
XYZ 23.01 13.72 2.73 -
YUV 91.75 93.72 198.79 -
System Red Green Blue C M Y K H S L
Decimal 191 53 31 0 0.72 0.84 0.25 8.25 0.72 0.44
Hex BF 35 1F 0 48 54 19 8 48 2C
Octal 277 65 37 0 110 124 31 10 110 54
Binary 10111111 110101 11111 0 1001000 1010100 11001 1000 1001000 101100

Color Harmonies of #BF351F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF351F

Black with #BF351F

Text Example


Text Example

White with #BF351F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF351F; }

 p { color: rgb(191,53,31); }

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

background-color css

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

 a { background-color: rgb(191,53,31); }

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

border-color css

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

 span { border-color: rgb(191,53,31); }

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