#c5320d

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

Shades of Harley Davidson Orange #C5320D

Tints of Harley Davidson Orange #C5320D

Color information

#C5320D (or 0xC5320D) is unknown color: approx Harley Davidson Orange. HEX triplet: C5, 32 and 0D. RGB value is (197,50,13). Sum of RGB (Red+Green+Blue) = 197+50+13=260 (34% of max value = 765). Red value is 197 (77.34% from 255 or 75.77% from 260); Green value is 50 (19.92% from 255 or 19.23% from 260); Blue value is 13 (5.47% from 255 or 5% from 260); Max value from RGB is 197 - color contains mainly: red. Hex color #C5320D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C5320D is #3ACDF2. Grayscale: #5A5A5A. Windows color (decimal): -3853811 or 864965. OLE color: 864965.

HSL color Cylindrical-coordinate representation of color #C5320D: hue angle of 12.07º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C5320D is Cyan = 0, Magento = 0.75, Yellow = 0.93 and Black (K on CMYK) = 0.23.

Color convert

RGB1975013-
CMYK00.750.930.23
HSL12.07º87.62%41.18%-
HSV(B)12.07º93.4%77.25%-
XYZ24.2414.181.84-
YUV89.7484.7204.51-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 75.77%
GREEN value IS 50 (19.92% from 255) = 19.23%
BLUE value IS 13 (5.47% from 255) = 5%
R=75.77%
G=19.23%
B=5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.93
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197501300.750.930.2312.0787.6241.18
HexC532D04B5D17c5829
Octal30562150113135271413051
Binary1100010111001011010100101110111011011111001011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c5320d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c5320d; }

 p { color: rgb(197,50,13); }

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

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

 a { background-color: rgb(197,50,13); }

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

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

 span { border-color: rgb(197,50,13); }

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