#c7380d

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

Shades of Harley Davidson Orange #C7380D

Tints of Harley Davidson Orange #C7380D

Color information

#C7380D (or 0xC7380D) is unknown color: approx Harley Davidson Orange. HEX triplet: C7, 38 and 0D. RGB value is (199,56,13). Sum of RGB (Red+Green+Blue) = 199+56+13=268 (35% of max value = 765). Red value is 199 (78.12% from 255 or 74.25% from 268); Green value is 56 (22.27% from 255 or 20.90% from 268); Blue value is 13 (5.47% from 255 or 4.85% from 268); Max value from RGB is 199 - color contains mainly: red. Hex color #C7380D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C7380D is #38C7F2. Grayscale: #5E5E5E. Windows color (decimal): -3721203 or 866503. OLE color: 866503.

HSL color Cylindrical-coordinate representation of color #C7380D: hue angle of 13.87º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C7380D is Cyan = 0, Magento = 0.72, Yellow = 0.93 and Black (K on CMYK) = 0.22.

Color convert

RGB1995613-
CMYK00.720.930.22
HSL13.87º87.74%41.57%-
HSV(B)13.87º93.47%78.04%-
XYZ25.04151.96-
YUV93.8582.38203-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 74.25%
GREEN value IS 56 (22.27% from 255) = 20.90%
BLUE value IS 13 (5.47% from 255) = 4.85%
R=74.25%
G=20.90%
B=4.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.93
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199561300.720.930.2213.8787.7441.57
HexC738D0485D16e582a
Octal30770150110135261613052
Binary1100011111100011010100100010111011011011101011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c7380d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c7380d; }

 p { color: rgb(199,56,13); }

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

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

 a { background-color: rgb(199,56,13); }

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

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

 span { border-color: rgb(199,56,13); }

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