Html Css Color HEX #BF3515 Harley Davidson Orange

📋 copy color: '#BF3515'

red 191 ◦ green 53 ◦ blue 21

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

Shades of Harley Davidson Orange #BF3515

Tints of Harley Davidson Orange #BF3515

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.92%

R = 72.08%
G = 20%
B = 7.92%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#BF3515 (or 0xBF3515) is known color: Harley Davidson Orange. HEX triplet: BF, 35 and 15. RGB value is (191,53,21). Sum of RGB (Red+Green+Blue) = 191+53+21=265 (35% of max value = 765). Red value is 191 (75% from 255 or 72.08% from 265); Green value is 53 (21.09% from 255 or 20% from 265); Blue value is 21 (8.59% from 255 or 7.92% from 265); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3515 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF3515 is #40CAEA. Grayscale: #5A5A5A. Windows color (decimal): -4246251 or 1390015. OLE color: 1390015.

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

Color convert

RGB 191 53 21 -
CMYK 0 0.72 0.89 0.25
HSL 11.29º 0.8% 0.42% -
HSV(B) 11.29º 0.89% 0.75% -
XYZ 22.89 13.68 2.14 -
YUV 90.61 88.72 199.6 -
System Red Green Blue C M Y K H S L
Decimal 191 53 21 0 0.72 0.89 0.25 11.29 0.8 0.42
Hex BF 35 15 0 48 59 19 B 50 2A
Octal 277 65 25 0 110 131 31 13 120 52
Binary 10111111 110101 10101 0 1001000 1011001 11001 1011 1010000 101010

Color Harmonies of #BF3515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3515

Black with #BF3515

Text Example


Text Example

White with #BF3515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3515; }

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

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

background-color css

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

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

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

border-color css

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

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

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