#C63216

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

Shades of Harley Davidson Orange #C63216

Tints of Harley Davidson Orange #C63216

Color information

#C63216 (or 0xC63216) is unknown color: approx Harley Davidson Orange. HEX triplet: C6, 32 and 16. RGB value is (198,50,22). Sum of RGB (Red+Green+Blue) = 198+50+22=270 (35% of max value = 765). Red value is 198 (77.73% from 255 or 73.33% from 270); Green value is 50 (19.92% from 255 or 18.52% from 270); Blue value is 22 (8.98% from 255 or 8.15% from 270); Max value from RGB is 198 - color contains mainly: red. Hex color #C63216 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C63216 is #39CDE9. Grayscale: #5B5B5B. Windows color (decimal): -3788266 or 1454790. OLE color: 1454790.

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

Color convert

RGB1985022-
CMYK00.750.890.22
HSL9.55º80%43.14%-
HSV(B)9.55º88.89%77.65%-
XYZ24.5714.342.23-
YUV91.0689.03204.28-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 73.33%
GREEN value IS 50 (19.92% from 255) = 18.52%
BLUE value IS 22 (8.98% from 255) = 8.15%
R=73.33%
G=18.52%
B=8.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.89
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198502200.750.890.229.558043.14
HexC6321604B5916a502b
Octal30662260113131261212053
Binary11000110110010101100100101110110011011010101010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C63216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C63216; }

 p { color: rgb(198,50,22); }

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

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

 a { background-color: rgb(198,50,22); }

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

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

 span { border-color: rgb(198,50,22); }

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