#C9340D

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

Shades of Harley Davidson Orange #C9340D

Tints of Harley Davidson Orange #C9340D

Color information

#C9340D (or 0xC9340D) is unknown color: approx Harley Davidson Orange. HEX triplet: C9, 34 and 0D. RGB value is (201,52,13). Sum of RGB (Red+Green+Blue) = 201+52+13=266 (35% of max value = 765). Red value is 201 (78.91% from 255 or 75.56% from 266); Green value is 52 (20.70% from 255 or 19.55% from 266); Blue value is 13 (5.47% from 255 or 4.89% from 266); Max value from RGB is 201 - color contains mainly: red. Hex color #C9340D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C9340D is #36CBF2. Grayscale: #5C5C5C. Windows color (decimal): -3591155 or 865481. OLE color: 865481.

HSL color Cylindrical-coordinate representation of color #C9340D: hue angle of 12.45º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C9340D is Cyan = 0, Magento = 0.74, Yellow = 0.94 and Black (K on CMYK) = 0.21.

Color convert

RGB2015213-
CMYK00.740.940.21
HSL12.45º87.85%41.96%-
HSV(B)12.45º93.53%78.82%-
XYZ25.3914.91.92-
YUV92.183.36205.67-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 75.56%
GREEN value IS 52 (20.70% from 255) = 19.55%
BLUE value IS 13 (5.47% from 255) = 4.89%
R=75.56%
G=19.55%
B=4.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.94
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201521300.740.940.2112.4587.8541.96
HexC934D04A5E15c582a
Octal31164150112136251413052
Binary1100100111010011010100101010111101010111001011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9340D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9340D; }

 p { color: rgb(201,52,13); }

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

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

 a { background-color: rgb(201,52,13); }

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

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

 span { border-color: rgb(201,52,13); }

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