#C94410

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

Shades of Harley Davidson Orange #C94410

Tints of Harley Davidson Orange #C94410

Color information

#C94410 (or 0xC94410) is unknown color: approx Harley Davidson Orange. HEX triplet: C9, 44 and 10. RGB value is (201,68,16). Sum of RGB (Red+Green+Blue) = 201+68+16=285 (37% of max value = 765). Red value is 201 (78.91% from 255 or 70.53% from 285); Green value is 68 (26.95% from 255 or 23.86% from 285); Blue value is 16 (6.64% from 255 or 5.61% from 285); Max value from RGB is 201 - color contains mainly: red. Hex color #C94410 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C94410 is #36BBEF. Grayscale: #666666. Windows color (decimal): -3587056 or 1066185. OLE color: 1066185.

HSL color Cylindrical-coordinate representation of color #C94410: hue angle of 16.86º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C94410 is Cyan = 0, Magento = 0.66, Yellow = 0.92 and Black (K on CMYK) = 0.21.

Color convert

RGB2016816-
CMYK00.660.920.21
HSL16.86º85.25%42.55%-
HSV(B)16.86º92.04%78.82%-
XYZ26.2516.592.31-
YUV101.8479.56198.73-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 70.53%
GREEN value IS 68 (26.95% from 255) = 23.86%
BLUE value IS 16 (6.64% from 255) = 5.61%
R=70.53%
G=23.86%
B=5.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.92
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201681600.660.920.2116.8685.2542.55
HexC944100425C1511552b
Octal311104200102134252112553
Binary1100100110001001000001000010101110010101100011010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C94410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C94410; }

 p { color: rgb(201,68,16); }

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

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

 a { background-color: rgb(201,68,16); }

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

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

 span { border-color: rgb(201,68,16); }

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