#C1200E

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

Shades of Harley Davidson Orange #C1200E

Tints of Harley Davidson Orange #C1200E

Color information

#C1200E (or 0xC1200E) is unknown color: approx Harley Davidson Orange. HEX triplet: C1, 20 and 0E. RGB value is (193,32,14). Sum of RGB (Red+Green+Blue) = 193+32+14=239 (31% of max value = 765). Red value is 193 (75.78% from 255 or 80.75% from 239); Green value is 32 (12.89% from 255 or 13.39% from 239); Blue value is 14 (5.86% from 255 or 5.86% from 239); Max value from RGB is 193 - color contains mainly: red. Hex color #C1200E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C1200E is #3EDFF1. Grayscale: #4E4E4E. Windows color (decimal): -4120562 or 925889. OLE color: 925889.

HSL color Cylindrical-coordinate representation of color #C1200E: hue angle of 6.03º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C1200E is Cyan = 0, Magento = 0.83, Yellow = 0.93 and Black (K on CMYK) = 0.24.

Color convert

RGB1933214-
CMYK00.830.930.24
HSL6.03º86.47%40.59%-
HSV(B)6.03º92.75%75.69%-
XYZ22.5912.41.62-
YUV78.0991.84209.96-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 80.75%
GREEN value IS 32 (12.89% from 255) = 13.39%
BLUE value IS 14 (5.86% from 255) = 5.86%
R=80.75%
G=13.39%
B=5.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.93
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193321400.830.930.246.0386.4740.59
HexC120E0535D1865629
Octal3014016012313530612651
Binary110000011000001110010100111011101110001101010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1200E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1200E; }

 p { color: rgb(193,32,14); }

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

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

 a { background-color: rgb(193,32,14); }

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

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

 span { border-color: rgb(193,32,14); }

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