#C53F10

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

Shades of Harley Davidson Orange #C53F10

Tints of Harley Davidson Orange #C53F10

Color information

#C53F10 (or 0xC53F10) is unknown color: approx Harley Davidson Orange. HEX triplet: C5, 3F and 10. RGB value is (197,63,16). Sum of RGB (Red+Green+Blue) = 197+63+16=276 (36% of max value = 765). Red value is 197 (77.34% from 255 or 71.38% from 276); Green value is 63 (25% from 255 or 22.83% from 276); Blue value is 16 (6.64% from 255 or 5.80% from 276); Max value from RGB is 197 - color contains mainly: red. Hex color #C53F10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C53F10 is #3AC0EF. Grayscale: #626262. Windows color (decimal): -3850480 or 1064901. OLE color: 1064901.

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

Color convert

RGB1976316-
CMYK00.680.920.23
HSL15.58º84.98%41.76%-
HSV(B)15.58º91.88%77.25%-
XYZ24.915.462.16-
YUV97.7181.89198.82-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 71.38%
GREEN value IS 63 (25% from 255) = 22.83%
BLUE value IS 16 (6.64% from 255) = 5.80%
R=71.38%
G=22.83%
B=5.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.92
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197631600.680.920.2315.5884.9841.76
HexC53F100445C1710552a
Octal30577200104134272012552
Binary110001011111111000001000100101110010111100001010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C53F10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C53F10; }

 p { color: rgb(197,63,16); }

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

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

 a { background-color: rgb(197,63,16); }

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

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

 span { border-color: rgb(197,63,16); }

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