#B22401

Color #B22401 Harley Davidson Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harley Davidson Orange #B22401

Tints of Harley Davidson Orange #B22401

Color information

#B22401 (or 0xB22401) is unknown color: approx 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

RGB178361-
CMYK00.800.990.30
HSL11.86º98.88%35.1%-
HSV(B)11.86º99.44%69.8%-
XYZ1910.731.1-
YUV74.4786.54201.85-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.99
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17836100.800.990.3011.8698.8835.1
HexB2241050631Ec6323
Octal2624410120143361414343
Binary1011001010010010101000011000111111011001100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B22401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>