#C5200E

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

Shades of Harley Davidson Orange #C5200E

Tints of Harley Davidson Orange #C5200E

Color information

#C5200E (or 0xC5200E) is unknown color: approx Harley Davidson Orange. HEX triplet: C5, 20 and 0E. RGB value is (197,32,14). Sum of RGB (Red+Green+Blue) = 197+32+14=243 (32% of max value = 765). Red value is 197 (77.34% from 255 or 81.07% from 243); Green value is 32 (12.89% from 255 or 13.17% from 243); Blue value is 14 (5.86% from 255 or 5.76% from 243); Max value from RGB is 197 - color contains mainly: red. Hex color #C5200E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C5200E is #3ADFF1. Grayscale: #4F4F4F. Windows color (decimal): -3858418 or 925893. OLE color: 925893.

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

Color convert

RGB1973214-
CMYK00.840.930.23
HSL5.9º86.73%41.37%-
HSV(B)5.9º92.89%77.25%-
XYZ23.6212.941.67-
YUV79.2891.16211.96-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 81.07%
GREEN value IS 32 (12.89% from 255) = 13.17%
BLUE value IS 14 (5.86% from 255) = 5.76%
R=81.07%
G=13.17%
B=5.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.93
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197321400.840.930.235.986.7341.37
HexC520E0545D1765729
Octal3054016012413527612751
Binary110001011000001110010101001011101101111101010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5200E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5200E; }

 p { color: rgb(197,32,14); }

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

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

 a { background-color: rgb(197,32,14); }

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

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

 span { border-color: rgb(197,32,14); }

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