#C3360D

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

Shades of Harley Davidson Orange #C3360D

Tints of Harley Davidson Orange #C3360D

Color information

#C3360D (or 0xC3360D) is unknown color: approx Harley Davidson Orange. HEX triplet: C3, 36 and 0D. RGB value is (195,54,13). Sum of RGB (Red+Green+Blue) = 195+54+13=262 (34% of max value = 765). Red value is 195 (76.56% from 255 or 74.43% from 262); Green value is 54 (21.48% from 255 or 20.61% from 262); Blue value is 13 (5.47% from 255 or 4.96% from 262); Max value from RGB is 195 - color contains mainly: red. Hex color #C3360D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C3360D is #3CC9F2. Grayscale: #5B5B5B. Windows color (decimal): -3983859 or 865987. OLE color: 865987.

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

Color convert

RGB1955413-
CMYK00.720.930.24
HSL13.52º87.5%40.78%-
HSV(B)13.52º93.33%76.47%-
XYZ23.914.271.88-
YUV91.4883.71201.83-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 74.43%
GREEN value IS 54 (21.48% from 255) = 20.61%
BLUE value IS 13 (5.47% from 255) = 4.96%
R=74.43%
G=20.61%
B=4.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.93
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195541300.720.930.2413.5287.540.78
HexC336D0485D18e5829
Octal30366150110135301613051
Binary1100001111011011010100100010111011100011101011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3360D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3360D; }

 p { color: rgb(195,54,13); }

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

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

 a { background-color: rgb(195,54,13); }

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

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

 span { border-color: rgb(195,54,13); }

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