Html Css Color HEX #BF2900 Harley Davidson Orange

📋 copy color: '#BF2900'

red 191 ◦ green 41 ◦ blue 0

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

Shades of Harley Davidson Orange #BF2900

Tints of Harley Davidson Orange #BF2900

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.67%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 82.33%
G = 17.67%
B = 0%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#BF2900 (or 0xBF2900) is known color: Harley Davidson Orange. HEX triplet: BF, 29 and 00. RGB value is (191,41,0). Sum of RGB (Red+Green+Blue) = 191+41+0=232 (30% of max value = 765). Red value is 191 (75% from 255 or 82.33% from 232); Green value is 41 (16.41% from 255 or 17.67% from 232); Blue value is 0 (0.39% from 255 or 0% from 232); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2900 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF2900 is #40D6FF. Grayscale: #515151. Windows color (decimal): -4249344 or 10687. OLE color: 10687.

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

Color convert

RGB 191 41 0 -
CMYK 0 0.79 1 0.25
HSL 12.88º 1% 0.37% -
HSV(B) 12.88º 1% 0.75% -
XYZ 22.28 12.66 1.27 -
YUV 81.18 82.2 206.33 -
System Red Green Blue C M Y K H S L
Decimal 191 41 0 0 0.79 1 0.25 12.88 1 0.37
Hex BF 29 0 0 4F 64 19 D 64 25
Octal 277 51 0 0 117 144 31 15 144 45
Binary 10111111 101001 0 0 1001111 1100100 11001 1101 1100100 100101

Color Harmonies of #BF2900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2900

Black with #BF2900

Text Example


Text Example

White with #BF2900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2900; }

 p { color: rgb(191,41,0); }

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

background-color css

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

 a { background-color: rgb(191,41,0); }

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

border-color css

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

 span { border-color: rgb(191,41,0); }

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