#C53218

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

Shades of Harley Davidson Orange #C53218

Tints of Harley Davidson Orange #C53218

Color information

#C53218 (or 0xC53218) is unknown color: approx Harley Davidson Orange. HEX triplet: C5, 32 and 18. RGB value is (197,50,24). Sum of RGB (Red+Green+Blue) = 197+50+24=271 (35% of max value = 765). Red value is 197 (77.34% from 255 or 72.69% from 271); Green value is 50 (19.92% from 255 or 18.45% from 271); Blue value is 24 (9.77% from 255 or 8.86% from 271); Max value from RGB is 197 - color contains mainly: red. Hex color #C53218 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C53218 is #3ACDE7. Grayscale: #5B5B5B. Windows color (decimal): -3853800 or 1585861. OLE color: 1585861.

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

Color convert

RGB1975024-
CMYK00.750.880.23
HSL9.02º78.28%43.33%-
HSV(B)9.02º87.82%77.25%-
XYZ24.3314.222.33-
YUV90.9990.2203.61-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 72.69%
GREEN value IS 50 (19.92% from 255) = 18.45%
BLUE value IS 24 (9.77% from 255) = 8.86%
R=72.69%
G=18.45%
B=8.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.88
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197502400.750.880.239.0278.2843.33
HexC5321804B581794e2b
Octal30562300113130271111653
Binary11000101110010110000100101110110001011110011001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C53218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C53218; }

 p { color: rgb(197,50,24); }

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

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

 a { background-color: rgb(197,50,24); }

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

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

 span { border-color: rgb(197,50,24); }

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