#C53915

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

Shades of Harley Davidson Orange #C53915

Tints of Harley Davidson Orange #C53915

Color information

#C53915 (or 0xC53915) is unknown color: approx Harley Davidson Orange. HEX triplet: C5, 39 and 15. RGB value is (197,57,21). Sum of RGB (Red+Green+Blue) = 197+57+21=275 (36% of max value = 765). Red value is 197 (77.34% from 255 or 71.64% from 275); Green value is 57 (22.66% from 255 or 20.73% from 275); Blue value is 21 (8.59% from 255 or 7.64% from 275); Max value from RGB is 197 - color contains mainly: red. Hex color #C53915 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C53915 is #3AC6EA. Grayscale: #5F5F5F. Windows color (decimal): -3852011 or 1391045. OLE color: 1391045.

HSL color Cylindrical-coordinate representation of color #C53915: hue angle of 12.27º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C53915 is Cyan = 0, Magento = 0.71, Yellow = 0.89 and Black (K on CMYK) = 0.23.

Color convert

RGB1975721-
CMYK00.710.890.23
HSL12.27º80.73%42.75%-
HSV(B)12.27º89.34%77.25%-
XYZ24.6214.852.28-
YUV94.7686.38200.93-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 71.64%
GREEN value IS 57 (22.66% from 255) = 20.73%
BLUE value IS 21 (8.59% from 255) = 7.64%
R=71.64%
G=20.73%
B=7.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.89
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197572100.710.890.2312.2780.7342.75
HexC539150475917c512b
Octal30571250107131271412153
Binary11000101111001101010100011110110011011111001010001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C53915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C53915; }

 p { color: rgb(197,57,21); }

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

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

 a { background-color: rgb(197,57,21); }

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

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

 span { border-color: rgb(197,57,21); }

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