#C5301C

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

Shades of Harley Davidson Orange #C5301C

Tints of Harley Davidson Orange #C5301C

Color information

#C5301C (or 0xC5301C) is unknown color: approx Harley Davidson Orange. HEX triplet: C5, 30 and 1C. RGB value is (197,48,28). Sum of RGB (Red+Green+Blue) = 197+48+28=273 (36% of max value = 765). Red value is 197 (77.34% from 255 or 72.16% from 273); Green value is 48 (19.14% from 255 or 17.58% from 273); Blue value is 28 (11.33% from 255 or 10.26% from 273); Max value from RGB is 197 - color contains mainly: red. Hex color #C5301C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5301C is #3ACFE3. Grayscale: #5A5A5A. Windows color (decimal): -3854308 or 1847493. OLE color: 1847493.

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

Color convert

RGB1974828-
CMYK00.760.860.23
HSL7.1º75.11%44.12%-
HSV(B)7.1º85.79%77.25%-
XYZ24.2914.072.53-
YUV90.2792.86204.13-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 72.16%
GREEN value IS 48 (19.14% from 255) = 17.58%
BLUE value IS 28 (11.33% from 255) = 10.26%
R=72.16%
G=17.58%
B=10.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.86
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197482800.760.860.237.175.1144.12
HexC5301C04C561774b2c
Octal3056034011412627711354
Binary1100010111000011100010011001010110101111111001011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5301C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5301C; }

 p { color: rgb(197,48,28); }

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

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

 a { background-color: rgb(197,48,28); }

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

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

 span { border-color: rgb(197,48,28); }

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