Html Css Color HEX #BF2501 Harley Davidson Orange

📋 copy color: '#BF2501'

red 191 ◦ green 37 ◦ blue 1

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

Shades of Harley Davidson Orange #BF2501

Tints of Harley Davidson Orange #BF2501

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.44%

R = 83.41%
G = 16.16%
B = 0.44%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#BF2501 (or 0xBF2501) is known color: Harley Davidson Orange. HEX triplet: BF, 25 and 01. RGB value is (191,37,1). Sum of RGB (Red+Green+Blue) = 191+37+1=229 (30% of max value = 765). Red value is 191 (75% from 255 or 83.41% from 229); Green value is 37 (14.84% from 255 or 16.16% from 229); Blue value is 1 (0.78% from 255 or 0.44% from 229); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2501 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF2501 is #40DAFE. Grayscale: #4F4F4F. Windows color (decimal): -4250367 or 75199. OLE color: 75199.

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

Color convert

RGB 191 37 1 -
CMYK 0 0.81 0.99 0.25
HSL 11.37º 0.99% 0.38% -
HSV(B) 11.37º 0.99% 0.75% -
XYZ 22.15 12.4 1.25 -
YUV 78.94 84.02 207.93 -
System Red Green Blue C M Y K H S L
Decimal 191 37 1 0 0.81 0.99 0.25 11.37 0.99 0.38
Hex BF 25 1 0 51 63 19 B 63 26
Octal 277 45 1 0 121 143 31 13 143 46
Binary 10111111 100101 1 0 1010001 1100011 11001 1011 1100011 100110

Color Harmonies of #BF2501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2501

Black with #BF2501

Text Example


Text Example

White with #BF2501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2501; }

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

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

background-color css

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

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

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

border-color css

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

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

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