Html Css Color HEX #BB2201 Harley Davidson Orange

📋 copy color: '#BB2201'

red 187 ◦ green 34 ◦ blue 1

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

Shades of Harley Davidson Orange #BB2201

Tints of Harley Davidson Orange #BB2201

RGB

 RED value IS 187 (73.44% from 255) = 84.23%

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

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

R = 84.23%
G = 15.32%
B = 0.45%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#BB2201 (or 0xBB2201) is known color: Harley Davidson Orange. HEX triplet: BB, 22 and 01. RGB value is (187,34,1). Sum of RGB (Red+Green+Blue) = 187+34+1=222 (29% of max value = 765). Red value is 187 (73.44% from 255 or 84.23% from 222); Green value is 34 (13.67% from 255 or 15.32% from 222); Blue value is 1 (0.78% from 255 or 0.45% from 222); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2201 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB2201 is #44DDFE. Grayscale: #4C4C4C. Windows color (decimal): -4513279 or 74427. OLE color: 74427.

HSL color Cylindrical-coordinate representation of color #BB2201: hue angle of 10.65º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BB2201 is Cyan = 0, Magento = 0.82, Yellow = 0.99 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 34 1 -
CMYK 0 0.82 0.99 0.27
HSL 10.65º 0.99% 0.37% -
HSV(B) 10.65º 0.99% 0.73% -
XYZ 21.07 11.71 1.18 -
YUV 75.99 85.69 207.18 -
System Red Green Blue C M Y K H S L
Decimal 187 34 1 0 0.82 0.99 0.27 10.65 0.99 0.37
Hex BB 22 1 0 52 63 1B B 63 25
Octal 273 42 1 0 122 143 33 13 143 45
Binary 10111011 100010 1 0 1010010 1100011 11011 1011 1100011 100101

Color Harmonies of #BB2201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2201

Black with #BB2201

Text Example


Text Example

White with #BB2201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2201; }

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

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

background-color css

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

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

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

border-color css

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

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

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