Html Css Color HEX #B22301 Harley Davidson Orange

📋 copy color: '#B22301'

red 178 ◦ green 35 ◦ blue 1

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

Shades of Harley Davidson Orange #B22301

Tints of Harley Davidson Orange #B22301

RGB

 RED value IS 178 (69.92% from 255) = 83.18%

 GREEN value IS 35 (14.06% from 255) = 16.36%

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

R = 83.18%
G = 16.36%
B = 0.47%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#B22301 (or 0xB22301) is known color: Harley Davidson Orange. HEX triplet: B2, 23 and 01. RGB value is (178,35,1). Sum of RGB (Red+Green+Blue) = 178+35+1=214 (28% of max value = 765). Red value is 178 (69.92% from 255 or 83.18% from 214); Green value is 35 (14.06% from 255 or 16.36% from 214); Blue value is 1 (0.78% from 255 or 0.47% from 214); Max value from RGB is 178 - color contains mainly: red. Hex color #B22301 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B22301 is #4DDCFE. Grayscale: #4A4A4A. Windows color (decimal): -5102847 or 74674. OLE color: 74674.

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

Color convert

RGB 178 35 1 -
CMYK 0 0.80 0.99 0.30
HSL 11.53º 0.99% 0.35% -
HSV(B) 11.53º 0.99% 0.7% -
XYZ 18.97 10.67 1.09 -
YUV 73.88 86.88 202.26 -
System Red Green Blue C M Y K H S L
Decimal 178 35 1 0 0.80 0.99 0.30 11.53 0.99 0.35
Hex B2 23 1 0 50 63 1E C 63 23
Octal 262 43 1 0 120 143 36 14 143 43
Binary 10110010 100011 1 0 1010000 1100011 11110 1100 1100011 100011

Color Harmonies of #B22301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22301

Black with #B22301

Text Example


Text Example

White with #B22301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22301; }

 p { color: rgb(178,35,1); }

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

background-color css

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

 a { background-color: rgb(178,35,1); }

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

border-color css

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

 span { border-color: rgb(178,35,1); }

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