#C92016

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

Shades of Harley Davidson Orange #C92016

Tints of Harley Davidson Orange #C92016

Color information

#C92016 (or 0xC92016) is unknown color: approx Harley Davidson Orange. HEX triplet: C9, 20 and 16. RGB value is (201,32,22). Sum of RGB (Red+Green+Blue) = 201+32+22=255 (33% of max value = 765). Red value is 201 (78.91% from 255 or 78.82% from 255); Green value is 32 (12.89% from 255 or 12.55% from 255); Blue value is 22 (8.98% from 255 or 8.63% from 255); Max value from RGB is 201 - color contains mainly: red. Hex color #C92016 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C92016 is #36DFE9. Grayscale: #515151. Windows color (decimal): -3596266 or 1450185. OLE color: 1450185.

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

Color convert

RGB2013222-
CMYK00.840.890.21
HSL3.35º80.27%43.73%-
HSV(B)3.35º89.05%78.82%-
XYZ24.7513.512.06-
YUV81.3994.49213.31-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 78.82%
GREEN value IS 32 (12.89% from 255) = 12.55%
BLUE value IS 22 (8.98% from 255) = 8.63%
R=78.82%
G=12.55%
B=8.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.89
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201322200.840.890.213.3580.2743.73
HexC9201605459153502c
Octal3114026012413125312054
Binary110010011000001011001010100101100110101111010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C92016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C92016; }

 p { color: rgb(201,32,22); }

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

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

 a { background-color: rgb(201,32,22); }

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

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

 span { border-color: rgb(201,32,22); }

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