Html Css Color HEX #BF2615 Harley Davidson Orange

📋 copy color: '#BF2615'

red 191 ◦ green 38 ◦ blue 21

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

Shades of Harley Davidson Orange #BF2615

Tints of Harley Davidson Orange #BF2615

RGB

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

 GREEN value IS 38 (15.23% from 255) = 15.2%

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

R = 76.4%
G = 15.2%
B = 8.4%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#BF2615 (or 0xBF2615) is known color: Harley Davidson Orange. HEX triplet: BF, 26 and 15. RGB value is (191,38,21). Sum of RGB (Red+Green+Blue) = 191+38+21=250 (33% of max value = 765). Red value is 191 (75% from 255 or 76.4% from 250); Green value is 38 (15.23% from 255 or 15.2% from 250); Blue value is 21 (8.59% from 255 or 8.4% from 250); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2615 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF2615 is #40D9EA. Grayscale: #525252. Windows color (decimal): -4250091 or 1386175. OLE color: 1386175.

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

Color convert

RGB 191 38 21 -
CMYK 0 0.80 0.89 0.25
HSL 0.8% 0.42% -
HSV(B) 0.89% 0.75% -
XYZ 22.31 12.52 1.95 -
YUV 81.81 93.69 205.88 -
System Red Green Blue C M Y K H S L
Decimal 191 38 21 0 0.80 0.89 0.25 6 0.8 0.42
Hex BF 26 15 0 50 59 19 6 50 2A
Octal 277 46 25 0 120 131 31 6 120 52
Binary 10111111 100110 10101 0 1010000 1011001 11001 110 1010000 101010

Color Harmonies of #BF2615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2615

Black with #BF2615

Text Example


Text Example

White with #BF2615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2615; }

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

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

background-color css

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

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

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

border-color css

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

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

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