#C5301F

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

Shades of Harley Davidson Orange #C5301F

Tints of Harley Davidson Orange #C5301F

Color information

#C5301F (or 0xC5301F) is unknown color: approx Harley Davidson Orange. HEX triplet: C5, 30 and 1F. RGB value is (197,48,31). Sum of RGB (Red+Green+Blue) = 197+48+31=276 (36% of max value = 765). Red value is 197 (77.34% from 255 or 71.38% from 276); Green value is 48 (19.14% from 255 or 17.39% from 276); Blue value is 31 (12.5% from 255 or 11.23% from 276); Max value from RGB is 197 - color contains mainly: red. Hex color #C5301F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5301F is #3ACFE0. Grayscale: #5A5A5A. Windows color (decimal): -3854305 or 2044101. OLE color: 2044101.

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

Color convert

RGB1974831-
CMYK00.760.840.23
HSL6.14º72.81%44.71%-
HSV(B)6.14º84.26%77.25%-
XYZ24.3314.082.73-
YUV90.6194.36203.88-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 71.38%
GREEN value IS 48 (19.14% from 255) = 17.39%
BLUE value IS 31 (12.5% from 255) = 11.23%
R=71.38%
G=17.39%
B=11.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.84
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197483100.760.840.236.1472.8144.71
HexC5301F04C54176492d
Octal3056037011412427611155
Binary1100010111000011111010011001010100101111101001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5301F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5301F; }

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

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

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

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

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

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

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

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