#C1240A

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

Shades of Harley Davidson Orange #C1240A

Tints of Harley Davidson Orange #C1240A

Color information

#C1240A (or 0xC1240A) is unknown color: approx Harley Davidson Orange. HEX triplet: C1, 24 and 0A. RGB value is (193,36,10). Sum of RGB (Red+Green+Blue) = 193+36+10=239 (31% of max value = 765). Red value is 193 (75.78% from 255 or 80.75% from 239); Green value is 36 (14.45% from 255 or 15.06% from 239); Blue value is 10 (4.30% from 255 or 4.18% from 239); Max value from RGB is 193 - color contains mainly: red. Hex color #C1240A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C1240A is #3EDBF5. Grayscale: #505050. Windows color (decimal): -4119542 or 664769. OLE color: 664769.

HSL color Cylindrical-coordinate representation of color #C1240A: hue angle of 8.52º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C1240A is Cyan = 0, Magento = 0.81, Yellow = 0.95 and Black (K on CMYK) = 0.24.

Color convert

RGB1933610-
CMYK00.810.950.24
HSL8.52º90.15%39.8%-
HSV(B)8.52º94.82%75.69%-
XYZ22.6812.621.53-
YUV79.9888.51208.61-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 80.75%
GREEN value IS 36 (14.45% from 255) = 15.06%
BLUE value IS 10 (4.30% from 255) = 4.18%
R=80.75%
G=15.06%
B=4.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.95
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193361000.810.950.248.5290.1539.8
HexC124A0515F1895a28
Octal30144120121137301113250
Binary1100000110010010100101000110111111100010011011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1240A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1240A; }

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

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

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

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

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

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

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

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