Html Css Color HEX #B22201 Harley Davidson Orange

📋 copy color: '#B22201'

red 178 ◦ green 34 ◦ blue 1

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

Shades of Harley Davidson Orange #B22201

Tints of Harley Davidson Orange #B22201

RGB

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

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

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

R = 83.57%
G = 15.96%
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

#B22201 (or 0xB22201) is known color: Harley Davidson Orange. HEX triplet: B2, 22 and 01. RGB value is (178,34,1). Sum of RGB (Red+Green+Blue) = 178+34+1=213 (28% of max value = 765). Red value is 178 (69.92% from 255 or 83.57% from 213); Green value is 34 (13.67% from 255 or 15.96% from 213); Blue value is 1 (0.78% from 255 or 0.47% from 213); Max value from RGB is 178 - color contains mainly: red. Hex color #B22201 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B22201 is #4DDDFE. Grayscale: #494949. Windows color (decimal): -5103103 or 74418. OLE color: 74418.

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

Color convert

RGB 178 34 1 -
CMYK 0 0.81 0.99 0.30
HSL 11.19º 0.99% 0.35% -
HSV(B) 11.19º 0.99% 0.7% -
XYZ 18.94 10.61 1.08 -
YUV 73.29 87.21 202.68 -
System Red Green Blue C M Y K H S L
Decimal 178 34 1 0 0.81 0.99 0.30 11.19 0.99 0.35
Hex B2 22 1 0 51 63 1E B 63 23
Octal 262 42 1 0 121 143 36 13 143 43
Binary 10110010 100010 1 0 1010001 1100011 11110 1011 1100011 100011

Color Harmonies of #B22201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22201

Black with #B22201

Text Example


Text Example

White with #B22201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22201; }

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

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

background-color css

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

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

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

border-color css

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

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

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