Html Css Color HEX #BF2211 Harley Davidson Orange

📋 copy color: '#BF2211'

red 191 ◦ green 34 ◦ blue 17

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

Shades of Harley Davidson Orange #BF2211

Tints of Harley Davidson Orange #BF2211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 7.02%

R = 78.93%
G = 14.05%
B = 7.02%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#BF2211 (or 0xBF2211) is known color: Harley Davidson Orange. HEX triplet: BF, 22 and 11. RGB value is (191,34,17). Sum of RGB (Red+Green+Blue) = 191+34+17=242 (32% of max value = 765). Red value is 191 (75% from 255 or 78.93% from 242); Green value is 34 (13.67% from 255 or 14.05% from 242); Blue value is 17 (7.03% from 255 or 7.02% from 242); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2211 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF2211 is #40DDEE. Grayscale: #4F4F4F. Windows color (decimal): -4251119 or 1123007. OLE color: 1123007.

HSL color Cylindrical-coordinate representation of color #BF2211: hue angle of 5.86º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BF2211 is Cyan = 0, Magento = 0.82, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 34 17 -
CMYK 0 0.82 0.91 0.25
HSL 5.86º 0.84% 0.41% -
HSV(B) 5.86º 0.91% 0.75% -
XYZ 22.16 12.26 1.73 -
YUV 79.01 93.01 207.88 -
System Red Green Blue C M Y K H S L
Decimal 191 34 17 0 0.82 0.91 0.25 5.86 0.84 0.41
Hex BF 22 11 0 52 5B 19 6 54 29
Octal 277 42 21 0 122 133 31 6 124 51
Binary 10111111 100010 10001 0 1010010 1011011 11001 110 1010100 101001

Color Harmonies of #BF2211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2211

Black with #BF2211

Text Example


Text Example

White with #BF2211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2211; }

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

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

background-color css

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

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

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

border-color css

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

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

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