Html Css Color HEX #BF2D01 Harley Davidson Orange

📋 copy color: '#BF2D01'

red 191 ◦ green 45 ◦ blue 1

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

Shades of Harley Davidson Orange #BF2D01

Tints of Harley Davidson Orange #BF2D01

RGB

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

 GREEN value IS 45 (17.97% from 255) = 18.99%

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

R = 80.59%
G = 18.99%
B = 0.42%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#BF2D01 (or 0xBF2D01) is known color: Harley Davidson Orange. HEX triplet: BF, 2D and 01. RGB value is (191,45,1). Sum of RGB (Red+Green+Blue) = 191+45+1=237 (31% of max value = 765). Red value is 191 (75% from 255 or 80.59% from 237); Green value is 45 (17.97% from 255 or 18.99% from 237); Blue value is 1 (0.78% from 255 or 0.42% from 237); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2D01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF2D01 is #40D2FE. Grayscale: #535353. Windows color (decimal): -4248319 or 77247. OLE color: 77247.

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

Color convert

RGB 191 45 1 -
CMYK 0 0.76 0.99 0.25
HSL 13.89º 0.99% 0.38% -
HSV(B) 13.89º 0.99% 0.75% -
XYZ 22.43 12.96 1.35 -
YUV 83.64 81.37 204.58 -
System Red Green Blue C M Y K H S L
Decimal 191 45 1 0 0.76 0.99 0.25 13.89 0.99 0.38
Hex BF 2D 1 0 4C 63 19 E 63 26
Octal 277 55 1 0 114 143 31 16 143 46
Binary 10111111 101101 1 0 1001100 1100011 11001 1110 1100011 100110

Color Harmonies of #BF2D01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2D01

Black with #BF2D01

Text Example


Text Example

White with #BF2D01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2D01; }

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

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

background-color css

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

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

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

border-color css

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

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

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