Html Css Color HEX #BF2610 Harley Davidson Orange

📋 copy color: '#BF2610'

red 191 ◦ green 38 ◦ blue 16

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

Shades of Harley Davidson Orange #BF2610

Tints of Harley Davidson Orange #BF2610

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.53%

R = 77.96%
G = 15.51%
B = 6.53%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#BF2610 (or 0xBF2610) is known color: Harley Davidson Orange. HEX triplet: BF, 26 and 10. RGB value is (191,38,16). Sum of RGB (Red+Green+Blue) = 191+38+16=245 (32% of max value = 765). Red value is 191 (75% from 255 or 77.96% from 245); Green value is 38 (15.23% from 255 or 15.51% from 245); Blue value is 16 (6.64% from 255 or 6.53% from 245); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2610 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF2610 is #40D9EF. Grayscale: #515151. Windows color (decimal): -4250096 or 1058495. OLE color: 1058495.

HSL color Cylindrical-coordinate representation of color #BF2610: hue angle of 7.54º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BF2610 is Cyan = 0, Magento = 0.80, Yellow = 0.92 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 38 16 -
CMYK 0 0.80 0.92 0.25
HSL 7.54º 0.85% 0.41% -
HSV(B) 7.54º 0.92% 0.75% -
XYZ 22.27 12.5 1.73 -
YUV 81.24 91.19 206.29 -
System Red Green Blue C M Y K H S L
Decimal 191 38 16 0 0.80 0.92 0.25 7.54 0.85 0.41
Hex BF 26 10 0 50 5C 19 8 55 29
Octal 277 46 20 0 120 134 31 10 125 51
Binary 10111111 100110 10000 0 1010000 1011100 11001 1000 1010101 101001

Color Harmonies of #BF2610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2610

Black with #BF2610

Text Example


Text Example

White with #BF2610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2610; }

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

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

background-color css

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

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

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

border-color css

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

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

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