#C5300D

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

Shades of Harley Davidson Orange #C5300D

Tints of Harley Davidson Orange #C5300D

Color information

#C5300D (or 0xC5300D) is unknown color: approx Harley Davidson Orange. HEX triplet: C5, 30 and 0D. RGB value is (197,48,13). Sum of RGB (Red+Green+Blue) = 197+48+13=258 (34% of max value = 765). Red value is 197 (77.34% from 255 or 76.36% from 258); Green value is 48 (19.14% from 255 or 18.60% from 258); Blue value is 13 (5.47% from 255 or 5.04% from 258); Max value from RGB is 197 - color contains mainly: red. Hex color #C5300D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C5300D is #3ACFF2. Grayscale: #585858. Windows color (decimal): -3854323 or 864453. OLE color: 864453.

HSL color Cylindrical-coordinate representation of color #C5300D: hue angle of 11.41º 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 #C5300D is Cyan = 0, Magento = 0.76, Yellow = 0.93 and Black (K on CMYK) = 0.23.

Color convert

RGB1974813-
CMYK00.760.930.23
HSL11.41º87.62%41.18%-
HSV(B)11.41º93.4%77.25%-
XYZ24.1614.011.81-
YUV88.5685.36205.35-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 76.36%
GREEN value IS 48 (19.14% from 255) = 18.60%
BLUE value IS 13 (5.47% from 255) = 5.04%
R=76.36%
G=18.60%
B=5.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.93
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197481300.760.930.2311.4187.6241.18
HexC530D04C5D17b5829
Octal30560150114135271313051
Binary1100010111000011010100110010111011011110111011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5300D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5300D; }

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

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

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

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

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

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

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

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