Html Css Color HEX #BF2200 Harley Davidson Orange

📋 copy color: '#BF2200'

red 191 ◦ green 34 ◦ blue 0

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

Shades of Harley Davidson Orange #BF2200

Tints of Harley Davidson Orange #BF2200

RGB

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

 GREEN value IS 34 (13.67% from 255) = 15.11%

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

R = 84.89%
G = 15.11%
B = 0%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#BF2200 (or 0xBF2200) is known color: Harley Davidson Orange. HEX triplet: BF, 22 and 00. RGB value is (191,34,0). Sum of RGB (Red+Green+Blue) = 191+34+0=225 (29% of max value = 765). Red value is 191 (75% from 255 or 84.89% from 225); Green value is 34 (13.67% from 255 or 15.11% from 225); Blue value is 0 (0.39% from 255 or 0% from 225); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2200 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF2200 is #40DDFF. Grayscale: #4D4D4D. Windows color (decimal): -4251136 or 8895. OLE color: 8895.

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

Color convert

RGB 191 34 0 -
CMYK 0 0.82 1 0.25
HSL 10.68º 1% 0.37% -
HSV(B) 10.68º 1% 0.75% -
XYZ 22.06 12.22 1.2 -
YUV 77.07 84.51 209.26 -
System Red Green Blue C M Y K H S L
Decimal 191 34 0 0 0.82 1 0.25 10.68 1 0.37
Hex BF 22 0 0 52 64 19 B 64 25
Octal 277 42 0 0 122 144 31 13 144 45
Binary 10111111 100010 0 0 1010010 1100100 11001 1011 1100100 100101

Color Harmonies of #BF2200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2200

Black with #BF2200

Text Example


Text Example

White with #BF2200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2200; }

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

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

background-color css

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

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

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

border-color css

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

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

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