Html Css Color HEX #B12201 Harley Davidson Orange

📋 copy color: '#B12201'

red 177 ◦ green 34 ◦ blue 1

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

Shades of Harley Davidson Orange #B12201

Tints of Harley Davidson Orange #B12201

RGB

 RED value IS 177 (69.53% from 255) = 83.49%

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

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

R = 83.49%
G = 16.04%
B = 0.47%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#B12201 (or 0xB12201) is known color: Harley Davidson Orange. HEX triplet: B1, 22 and 01. RGB value is (177,34,1). Sum of RGB (Red+Green+Blue) = 177+34+1=212 (28% of max value = 765). Red value is 177 (69.53% from 255 or 83.49% from 212); Green value is 34 (13.67% from 255 or 16.04% from 212); Blue value is 1 (0.78% from 255 or 0.47% from 212); Max value from RGB is 177 - color contains mainly: red. Hex color #B12201 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B12201 is #4EDDFE. Grayscale: #494949. Windows color (decimal): -5168639 or 74417. OLE color: 74417.

HSL color Cylindrical-coordinate representation of color #B12201: hue angle of 11.25º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B12201 is Cyan = 0, Magento = 0.81, Yellow = 0.99 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 34 1 -
CMYK 0 0.81 0.99 0.31
HSL 11.25º 0.99% 0.35% -
HSV(B) 11.25º 0.99% 0.69% -
XYZ 18.71 10.49 1.07 -
YUV 73 87.38 202.18 -
System Red Green Blue C M Y K H S L
Decimal 177 34 1 0 0.81 0.99 0.31 11.25 0.99 0.35
Hex B1 22 1 0 51 63 1F B 63 23
Octal 261 42 1 0 121 143 37 13 143 43
Binary 10110001 100010 1 0 1010001 1100011 11111 1011 1100011 100011

Color Harmonies of #B12201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12201

Black with #B12201

Text Example


Text Example

White with #B12201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12201; }

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

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

background-color css

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

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

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

border-color css

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

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

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