Html Css Color HEX #BF2601 Harley Davidson Orange

📋 copy color: '#BF2601'

red 191 ◦ green 38 ◦ blue 1

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

Shades of Harley Davidson Orange #BF2601

Tints of Harley Davidson Orange #BF2601

RGB

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

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

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

R = 83.04%
G = 16.52%
B = 0.43%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#BF2601 (or 0xBF2601) is known color: Harley Davidson Orange. HEX triplet: BF, 26 and 01. RGB value is (191,38,1). Sum of RGB (Red+Green+Blue) = 191+38+1=230 (30% of max value = 765). Red value is 191 (75% from 255 or 83.04% from 230); Green value is 38 (15.23% from 255 or 16.52% from 230); Blue value is 1 (0.78% from 255 or 0.43% from 230); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2601 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF2601 is #40D9FE. Grayscale: #4F4F4F. Windows color (decimal): -4250111 or 75455. OLE color: 75455.

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

Color convert

RGB 191 38 1 -
CMYK 0 0.80 0.99 0.25
HSL 11.68º 0.99% 0.38% -
HSV(B) 11.68º 0.99% 0.75% -
XYZ 22.18 12.46 1.27 -
YUV 79.53 83.69 207.51 -
System Red Green Blue C M Y K H S L
Decimal 191 38 1 0 0.80 0.99 0.25 11.68 0.99 0.38
Hex BF 26 1 0 50 63 19 C 63 26
Octal 277 46 1 0 120 143 31 14 143 46
Binary 10111111 100110 1 0 1010000 1100011 11001 1100 1100011 100110

Color Harmonies of #BF2601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2601

Black with #BF2601

Text Example


Text Example

White with #BF2601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2601; }

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

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

background-color css

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

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

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

border-color css

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

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

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