Html Css Color HEX #BF2511 Harley Davidson Orange

📋 copy color: '#BF2511'

red 191 ◦ green 37 ◦ blue 17

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

Shades of Harley Davidson Orange #BF2511

Tints of Harley Davidson Orange #BF2511

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.1%

 BLUE value IS 17 (7.03% from 255) = 6.94%

R = 77.96%
G = 15.1%
B = 6.94%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#BF2511 (or 0xBF2511) is known color: Harley Davidson Orange. HEX triplet: BF, 25 and 11. RGB value is (191,37,17). Sum of RGB (Red+Green+Blue) = 191+37+17=245 (32% of max value = 765). Red value is 191 (75% from 255 or 77.96% from 245); Green value is 37 (14.84% from 255 or 15.10% from 245); Blue value is 17 (7.03% from 255 or 6.94% from 245); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2511 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF2511 is #40DAEE. Grayscale: #515151. Windows color (decimal): -4250351 or 1123775. OLE color: 1123775.

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

Color convert

RGB 191 37 17 -
CMYK 0 0.81 0.91 0.25
HSL 6.9º 0.84% 0.41% -
HSV(B) 6.9º 0.91% 0.75% -
XYZ 22.25 12.44 1.76 -
YUV 80.77 92.02 206.63 -
System Red Green Blue C M Y K H S L
Decimal 191 37 17 0 0.81 0.91 0.25 6.9 0.84 0.41
Hex BF 25 11 0 51 5B 19 7 54 29
Octal 277 45 21 0 121 133 31 7 124 51
Binary 10111111 100101 10001 0 1010001 1011011 11001 111 1010100 101001

Color Harmonies of #BF2511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2511

Black with #BF2511

Text Example


Text Example

White with #BF2511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2511; }

 p { color: rgb(191,37,17); }

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

background-color css

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

 a { background-color: rgb(191,37,17); }

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

border-color css

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

 span { border-color: rgb(191,37,17); }

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