#C23610

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

Shades of Harley Davidson Orange #C23610

Tints of Harley Davidson Orange #C23610

Color information

#C23610 (or 0xC23610) is unknown color: approx Harley Davidson Orange. HEX triplet: C2, 36 and 10. RGB value is (194,54,16). Sum of RGB (Red+Green+Blue) = 194+54+16=264 (34% of max value = 765). Red value is 194 (76.17% from 255 or 73.48% from 264); Green value is 54 (21.48% from 255 or 20.45% from 264); Blue value is 16 (6.64% from 255 or 6.06% from 264); Max value from RGB is 194 - color contains mainly: red. Hex color #C23610 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C23610 is #3DC9EF. Grayscale: #5B5B5B. Windows color (decimal): -4049392 or 1062594. OLE color: 1062594.

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

Color convert

RGB1945416-
CMYK00.720.920.24
HSL12.81º84.76%41.18%-
HSV(B)12.81º91.75%76.08%-
XYZ23.6614.151.97-
YUV91.5385.38201.09-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 73.48%
GREEN value IS 54 (21.48% from 255) = 20.45%
BLUE value IS 16 (6.64% from 255) = 6.06%
R=73.48%
G=20.45%
B=6.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.92
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194541600.720.920.2412.8184.7641.18
HexC236100485C18d5529
Octal30266200110134301512551
Binary11000010110110100000100100010111001100011011010101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C23610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C23610; }

 p { color: rgb(194,54,16); }

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

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

 a { background-color: rgb(194,54,16); }

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

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

 span { border-color: rgb(194,54,16); }

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