#C53B10

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

Shades of Harley Davidson Orange #C53B10

Tints of Harley Davidson Orange #C53B10

Color information

#C53B10 (or 0xC53B10) is unknown color: approx Harley Davidson Orange. HEX triplet: C5, 3B and 10. RGB value is (197,59,16). Sum of RGB (Red+Green+Blue) = 197+59+16=272 (36% of max value = 765). Red value is 197 (77.34% from 255 or 72.43% from 272); Green value is 59 (23.44% from 255 or 21.69% from 272); Blue value is 16 (6.64% from 255 or 5.88% from 272); Max value from RGB is 197 - color contains mainly: red. Hex color #C53B10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C53B10 is #3AC4EF. Grayscale: #5F5F5F. Windows color (decimal): -3851504 or 1063877. OLE color: 1063877.

HSL color Cylindrical-coordinate representation of color #C53B10: hue angle of 14.25º 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 #C53B10 is Cyan = 0, Magento = 0.70, Yellow = 0.92 and Black (K on CMYK) = 0.23.

Color convert

RGB1975916-
CMYK00.700.920.23
HSL14.25º84.98%41.76%-
HSV(B)14.25º91.88%77.25%-
XYZ24.6815.042.09-
YUV95.3683.22200.5-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 72.43%
GREEN value IS 59 (23.44% from 255) = 21.69%
BLUE value IS 16 (6.64% from 255) = 5.88%
R=72.43%
G=21.69%
B=5.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.92
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197591600.700.920.2314.2584.9841.76
HexC53B100465C17e552a
Octal30573200106134271612552
Binary11000101111011100000100011010111001011111101010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C53B10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C53B10; }

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

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

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

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

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

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

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

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