#C53912

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

Shades of Harley Davidson Orange #C53912

Tints of Harley Davidson Orange #C53912

Color information

#C53912 (or 0xC53912) is unknown color: approx Harley Davidson Orange. HEX triplet: C5, 39 and 12. RGB value is (197,57,18). Sum of RGB (Red+Green+Blue) = 197+57+18=272 (36% of max value = 765). Red value is 197 (77.34% from 255 or 72.43% from 272); Green value is 57 (22.66% from 255 or 20.96% from 272); Blue value is 18 (7.42% from 255 or 6.62% from 272); Max value from RGB is 197 - color contains mainly: red. Hex color #C53912 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C53912 is #3AC6ED. Grayscale: #5E5E5E. Windows color (decimal): -3852014 or 1194437. OLE color: 1194437.

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

Color convert

RGB1975718-
CMYK00.710.910.23
HSL13.07º83.26%42.16%-
HSV(B)13.07º90.86%77.25%-
XYZ24.614.842.14-
YUV94.4184.88201.17-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 72.43%
GREEN value IS 57 (22.66% from 255) = 20.96%
BLUE value IS 18 (7.42% from 255) = 6.62%
R=72.43%
G=20.96%
B=6.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.91
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197571800.710.910.2313.0783.2642.16
HexC539120475B17d532a
Octal30571220107133271512352
Binary11000101111001100100100011110110111011111011010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C53912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C53912; }

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

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

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

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

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

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

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

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