Html Css Color HEX #B22401 Harley Davidson Orange

📋 copy color: '#B22401'

red 178 ◦ green 36 ◦ blue 1

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

Shades of Harley Davidson Orange #B22401

Tints of Harley Davidson Orange #B22401

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.74%

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

R = 82.79%
G = 16.74%
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

#B22401 (or 0xB22401) is known color: Harley Davidson Orange. HEX triplet: B2, 24 and 01. RGB value is (178,36,1). Sum of RGB (Red+Green+Blue) = 178+36+1=215 (28% of max value = 765). Red value is 178 (69.92% from 255 or 82.79% from 215); Green value is 36 (14.45% from 255 or 16.74% from 215); Blue value is 1 (0.78% from 255 or 0.47% from 215); Max value from RGB is 178 - color contains mainly: red. Hex color #B22401 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B22401 is #4DDBFE. Grayscale: #4A4A4A. Windows color (decimal): -5102591 or 74930. OLE color: 74930.

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

Color convert

RGB 178 36 1 -
CMYK 0 0.80 0.99 0.30
HSL 11.86º 0.99% 0.35% -
HSV(B) 11.86º 0.99% 0.7% -
XYZ 19 10.73 1.1 -
YUV 74.47 86.54 201.85 -
System Red Green Blue C M Y K H S L
Decimal 178 36 1 0 0.80 0.99 0.30 11.86 0.99 0.35
Hex B2 24 1 0 50 63 1E C 63 23
Octal 262 44 1 0 120 143 36 14 143 43
Binary 10110010 100100 1 0 1010000 1100011 11110 1100 1100011 100011

Color Harmonies of #B22401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22401

Black with #B22401

Text Example


Text Example

White with #B22401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22401; }

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

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

background-color css

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

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

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

border-color css

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

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

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