#C3380E

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

Shades of Harley Davidson Orange #C3380E

Tints of Harley Davidson Orange #C3380E

Color information

#C3380E (or 0xC3380E) is unknown color: approx Harley Davidson Orange. HEX triplet: C3, 38 and 0E. RGB value is (195,56,14). Sum of RGB (Red+Green+Blue) = 195+56+14=265 (35% of max value = 765). Red value is 195 (76.56% from 255 or 73.58% from 265); Green value is 56 (22.27% from 255 or 21.13% from 265); Blue value is 14 (5.86% from 255 or 5.28% from 265); Max value from RGB is 195 - color contains mainly: red. Hex color #C3380E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C3380E is #3CC7F1. Grayscale: #5D5D5D. Windows color (decimal): -3983346 or 932035. OLE color: 932035.

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

Color convert

RGB1955614-
CMYK00.710.930.24
HSL13.92º86.6%40.98%-
HSV(B)13.92º92.82%76.47%-
XYZ2414.461.94-
YUV92.7783.55200.92-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 73.58%
GREEN value IS 56 (22.27% from 255) = 21.13%
BLUE value IS 14 (5.86% from 255) = 5.28%
R=73.58%
G=21.13%
B=5.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.93
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195561400.710.930.2413.9286.640.98
HexC338E0475D18e5729
Octal30370160107135301612751
Binary1100001111100011100100011110111011100011101010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3380E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3380E; }

 p { color: rgb(195,56,14); }

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

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

 a { background-color: rgb(195,56,14); }

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

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

 span { border-color: rgb(195,56,14); }

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