#C63D14

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

Shades of Harley Davidson Orange #C63D14

Tints of Harley Davidson Orange #C63D14

Color information

#C63D14 (or 0xC63D14) is unknown color: approx Harley Davidson Orange. HEX triplet: C6, 3D and 14. RGB value is (198,61,20). Sum of RGB (Red+Green+Blue) = 198+61+20=279 (36% of max value = 765). Red value is 198 (77.73% from 255 or 70.97% from 279); Green value is 61 (24.22% from 255 or 21.86% from 279); Blue value is 20 (8.20% from 255 or 7.17% from 279); Max value from RGB is 198 - color contains mainly: red. Hex color #C63D14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C63D14 is #39C2EB. Grayscale: #616161. Windows color (decimal): -3785452 or 1326534. OLE color: 1326534.

HSL color Cylindrical-coordinate representation of color #C63D14: hue angle of 13.82º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C63D14 is Cyan = 0, Magento = 0.69, Yellow = 0.90 and Black (K on CMYK) = 0.22.

Color convert

RGB1986120-
CMYK00.690.900.22
HSL13.82º81.65%42.75%-
HSV(B)13.82º89.9%77.65%-
XYZ25.0815.392.31-
YUV97.2984.39199.83-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 70.97%
GREEN value IS 61 (24.22% from 255) = 21.86%
BLUE value IS 20 (8.20% from 255) = 7.17%
R=70.97%
G=21.86%
B=7.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.90
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198612000.690.900.2213.8281.6542.75
HexC63D140455A16e522b
Octal30675240105132261612253
Binary11000110111101101000100010110110101011011101010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C63D14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C63D14; }

 p { color: rgb(198,61,20); }

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

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

 a { background-color: rgb(198,61,20); }

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

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

 span { border-color: rgb(198,61,20); }

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