Html Css Color HEX #BF220F Harley Davidson Orange

📋 copy color: '#BF220F'

red 191 ◦ green 34 ◦ blue 15

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

Shades of Harley Davidson Orange #BF220F

Tints of Harley Davidson Orange #BF220F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.25%

R = 79.58%
G = 14.17%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#BF220F (or 0xBF220F) is known color: Harley Davidson Orange. HEX triplet: BF, 22 and 0F. RGB value is (191,34,15). Sum of RGB (Red+Green+Blue) = 191+34+15=240 (31% of max value = 765). Red value is 191 (75% from 255 or 79.58% from 240); Green value is 34 (13.67% from 255 or 14.17% from 240); Blue value is 15 (6.25% from 255 or 6.25% from 240); Max value from RGB is 191 - color contains mainly: red. Hex color #BF220F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF220F is #40DDF0. Grayscale: #4F4F4F. Windows color (decimal): -4251121 or 991935. OLE color: 991935.

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

Color convert

RGB 191 34 15 -
CMYK 0 0.82 0.92 0.25
HSL 6.48º 0.85% 0.4% -
HSV(B) 6.48º 0.92% 0.75% -
XYZ 22.14 12.25 1.65 -
YUV 78.78 92.01 208.04 -
System Red Green Blue C M Y K H S L
Decimal 191 34 15 0 0.82 0.92 0.25 6.48 0.85 0.4
Hex BF 22 F 0 52 5C 19 6 55 28
Octal 277 42 17 0 122 134 31 6 125 50
Binary 10111111 100010 1111 0 1010010 1011100 11001 110 1010101 101000

Color Harmonies of #BF220F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF220F

Black with #BF220F

Text Example


Text Example

White with #BF220F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF220F; }

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

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

background-color css

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

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

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

border-color css

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

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

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