#C1240E

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

Shades of Harley Davidson Orange #C1240E

Tints of Harley Davidson Orange #C1240E

Color information

#C1240E (or 0xC1240E) is unknown color: approx Harley Davidson Orange. HEX triplet: C1, 24 and 0E. RGB value is (193,36,14). Sum of RGB (Red+Green+Blue) = 193+36+14=243 (32% of max value = 765). Red value is 193 (75.78% from 255 or 79.42% from 243); Green value is 36 (14.45% from 255 or 14.81% from 243); Blue value is 14 (5.86% from 255 or 5.76% from 243); Max value from RGB is 193 - color contains mainly: red. Hex color #C1240E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C1240E is #3EDBF1. Grayscale: #505050. Windows color (decimal): -4119538 or 926913. OLE color: 926913.

HSL color Cylindrical-coordinate representation of color #C1240E: hue angle of 7.37º 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 #C1240E is Cyan = 0, Magento = 0.81, Yellow = 0.93 and Black (K on CMYK) = 0.24.

Color convert

RGB1933614-
CMYK00.810.930.24
HSL7.37º86.47%40.59%-
HSV(B)7.37º92.75%75.69%-
XYZ22.712.631.66-
YUV80.4490.51208.29-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 79.42%
GREEN value IS 36 (14.45% from 255) = 14.81%
BLUE value IS 14 (5.86% from 255) = 5.76%
R=79.42%
G=14.81%
B=5.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.93
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193361400.810.930.247.3786.4740.59
HexC124E0515D1875629
Octal3014416012113530712651
Binary110000011001001110010100011011101110001111010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1240E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1240E; }

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

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

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

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

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

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

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

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