#C92102

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

Shades of Harley Davidson Orange #C92102

Tints of Harley Davidson Orange #C92102

Color information

#C92102 (or 0xC92102) is unknown color: approx Harley Davidson Orange. HEX triplet: C9, 21 and 02. RGB value is (201,33,2). Sum of RGB (Red+Green+Blue) = 201+33+2=236 (31% of max value = 765). Red value is 201 (78.91% from 255 or 85.17% from 236); Green value is 33 (13.28% from 255 or 13.98% from 236); Blue value is 2 (1.17% from 255 or 0.85% from 236); Max value from RGB is 201 - color contains mainly: red. Hex color #C92102 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C92102 is #36DEFD. Grayscale: #4F4F4F. Windows color (decimal): -3596030 or 139721. OLE color: 139721.

HSL color Cylindrical-coordinate representation of color #C92102: hue angle of 9.35º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C92102 is Cyan = 0, Magento = 0.84, Yellow = 0.99 and Black (K on CMYK) = 0.21.

Color convert

RGB201332-
CMYK00.840.990.21
HSL9.35º98.03%39.8%-
HSV(B)9.35º99%78.82%-
XYZ24.6413.511.37-
YUV79.784.16214.52-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 85.17%
GREEN value IS 33 (13.28% from 255) = 13.98%
BLUE value IS 2 (1.17% from 255) = 0.85%
R=85.17%
G=13.98%
B=0.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.99
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20133200.840.990.219.3598.0339.8
HexC9212054631596228
Octal3114120124143251114250
Binary11001001100001100101010011000111010110011100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C92102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C92102; }

 p { color: rgb(201,33,2); }

 H1.HeaderClassName
 {
   color: #C92102;
 }
 .AnyTagClassName
 {
   color: #C92102;
 }
</style>
background-color css

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

 a { background-color: rgb(201,33,2); }

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

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

 span { border-color: rgb(201,33,2); }

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