Html Css Color HEX #BF2201 Harley Davidson Orange

📋 copy color: '#BF2201'

red 191 ◦ green 34 ◦ blue 1

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

Shades of Harley Davidson Orange #BF2201

Tints of Harley Davidson Orange #BF2201

RGB

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

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

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

R = 84.51%
G = 15.04%
B = 0.44%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#BF2201 (or 0xBF2201) is known color: Harley Davidson Orange. HEX triplet: BF, 22 and 01. RGB value is (191,34,1). Sum of RGB (Red+Green+Blue) = 191+34+1=226 (29% of max value = 765). Red value is 191 (75% from 255 or 84.51% from 226); Green value is 34 (13.67% from 255 or 15.04% from 226); Blue value is 1 (0.78% from 255 or 0.44% from 226); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2201 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF2201 is #40DDFE. Grayscale: #4D4D4D. Windows color (decimal): -4251135 or 74431. OLE color: 74431.

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

Color convert

RGB 191 34 1 -
CMYK 0 0.82 0.99 0.25
HSL 10.42º 0.99% 0.38% -
HSV(B) 10.42º 0.99% 0.75% -
XYZ 22.06 12.22 1.23 -
YUV 77.18 85.01 209.18 -
System Red Green Blue C M Y K H S L
Decimal 191 34 1 0 0.82 0.99 0.25 10.42 0.99 0.38
Hex BF 22 1 0 52 63 19 A 63 26
Octal 277 42 1 0 122 143 31 12 143 46
Binary 10111111 100010 1 0 1010010 1100011 11001 1010 1100011 100110

Color Harmonies of #BF2201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2201

Black with #BF2201

Text Example


Text Example

White with #BF2201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2201; }

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

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

background-color css

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

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

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

border-color css

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

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

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