Html Css Color HEX #BF2801 Harley Davidson Orange

📋 copy color: '#BF2801'

red 191 ◦ green 40 ◦ blue 1

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

Shades of Harley Davidson Orange #BF2801

Tints of Harley Davidson Orange #BF2801

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.24%

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

R = 82.33%
G = 17.24%
B = 0.43%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#BF2801 (or 0xBF2801) is known color: Harley Davidson Orange. HEX triplet: BF, 28 and 01. RGB value is (191,40,1). Sum of RGB (Red+Green+Blue) = 191+40+1=232 (30% of max value = 765). Red value is 191 (75% from 255 or 82.33% from 232); Green value is 40 (16.02% from 255 or 17.24% from 232); Blue value is 1 (0.78% from 255 or 0.43% from 232); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2801 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF2801 is #40D7FE. Grayscale: #515151. Windows color (decimal): -4249599 or 75967. OLE color: 75967.

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

Color convert

RGB 191 40 1 -
CMYK 0 0.79 0.99 0.25
HSL 12.32º 0.99% 0.38% -
HSV(B) 12.32º 0.99% 0.75% -
XYZ 22.25 12.6 1.29 -
YUV 80.7 83.03 206.67 -
System Red Green Blue C M Y K H S L
Decimal 191 40 1 0 0.79 0.99 0.25 12.32 0.99 0.38
Hex BF 28 1 0 4F 63 19 C 63 26
Octal 277 50 1 0 117 143 31 14 143 46
Binary 10111111 101000 1 0 1001111 1100011 11001 1100 1100011 100110

Color Harmonies of #BF2801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2801

Black with #BF2801

Text Example


Text Example

White with #BF2801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2801; }

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

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

background-color css

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

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

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

border-color css

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

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

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