#C9410E

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

Shades of Harley Davidson Orange #C9410E

Tints of Harley Davidson Orange #C9410E

Color information

#C9410E (or 0xC9410E) is unknown color: approx Harley Davidson Orange. HEX triplet: C9, 41 and 0E. RGB value is (201,65,14). Sum of RGB (Red+Green+Blue) = 201+65+14=280 (37% of max value = 765). Red value is 201 (78.91% from 255 or 71.79% from 280); Green value is 65 (25.78% from 255 or 23.21% from 280); Blue value is 14 (5.86% from 255 or 5% from 280); Max value from RGB is 201 - color contains mainly: red. Hex color #C9410E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C9410E is #36BEF1. Grayscale: #646464. Windows color (decimal): -3587826 or 934345. OLE color: 934345.

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

Color convert

RGB2016514-
CMYK00.680.930.21
HSL16.36º86.98%42.16%-
HSV(B)16.36º93.03%78.82%-
XYZ26.0616.232.17-
YUV99.8579.56200.15-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 71.79%
GREEN value IS 65 (25.78% from 255) = 23.21%
BLUE value IS 14 (5.86% from 255) = 5%
R=71.79%
G=23.21%
B=5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.93
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201651400.680.930.2116.3686.9842.16
HexC941E0445D1510572a
Octal311101160104135252012752
Binary110010011000001111001000100101110110101100001010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9410E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9410E; }

 p { color: rgb(201,65,14); }

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

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

 a { background-color: rgb(201,65,14); }

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

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

 span { border-color: rgb(201,65,14); }

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