Html Css Color HEX #B22101 Harley Davidson Orange

📋 copy color: '#B22101'

red 178 ◦ green 33 ◦ blue 1

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

Shades of Harley Davidson Orange #B22101

Tints of Harley Davidson Orange #B22101

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.57%

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

R = 83.96%
G = 15.57%
B = 0.47%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#B22101 (or 0xB22101) is known color: Harley Davidson Orange. HEX triplet: B2, 21 and 01. RGB value is (178,33,1). Sum of RGB (Red+Green+Blue) = 178+33+1=212 (28% of max value = 765). Red value is 178 (69.92% from 255 or 83.96% from 212); Green value is 33 (13.28% from 255 or 15.57% from 212); Blue value is 1 (0.78% from 255 or 0.47% from 212); Max value from RGB is 178 - color contains mainly: red. Hex color #B22101 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B22101 is #4DDEFE. Grayscale: #484848. Windows color (decimal): -5103359 or 74162. OLE color: 74162.

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

Color convert

RGB 178 33 1 -
CMYK 0 0.81 0.99 0.30
HSL 10.85º 0.99% 0.35% -
HSV(B) 10.85º 0.99% 0.7% -
XYZ 18.91 10.55 1.07 -
YUV 72.71 87.54 203.1 -
System Red Green Blue C M Y K H S L
Decimal 178 33 1 0 0.81 0.99 0.30 10.85 0.99 0.35
Hex B2 21 1 0 51 63 1E B 63 23
Octal 262 41 1 0 121 143 36 13 143 43
Binary 10110010 100001 1 0 1010001 1100011 11110 1011 1100011 100011

Color Harmonies of #B22101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22101

Black with #B22101

Text Example


Text Example

White with #B22101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22101; }

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

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

background-color css

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

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

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

border-color css

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

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

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