#C63E19

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

Shades of Harley Davidson Orange #C63E19

Tints of Harley Davidson Orange #C63E19

Color information

#C63E19 (or 0xC63E19) is unknown color: approx Harley Davidson Orange. HEX triplet: C6, 3E and 19. RGB value is (198,62,25). Sum of RGB (Red+Green+Blue) = 198+62+25=285 (37% of max value = 765). Red value is 198 (77.73% from 255 or 69.47% from 285); Green value is 62 (24.61% from 255 or 21.75% from 285); Blue value is 25 (10.16% from 255 or 8.77% from 285); Max value from RGB is 198 - color contains mainly: red. Hex color #C63E19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C63E19 is #39C1E6. Grayscale: #626262. Windows color (decimal): -3785191 or 1654470. OLE color: 1654470.

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

Color convert

RGB1986225-
CMYK00.690.870.22
HSL12.83º77.58%43.73%-
HSV(B)12.83º87.37%77.65%-
XYZ25.1915.522.59-
YUV98.4586.56199.01-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 69.47%
GREEN value IS 62 (24.61% from 255) = 21.75%
BLUE value IS 25 (10.16% from 255) = 8.77%
R=69.47%
G=21.75%
B=8.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.87
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198622500.690.870.2212.8377.5843.73
HexC63E190455716d4e2c
Octal30676310105127261511654
Binary11000110111110110010100010110101111011011011001110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C63E19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C63E19; }

 p { color: rgb(198,62,25); }

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

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

 a { background-color: rgb(198,62,25); }

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

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

 span { border-color: rgb(198,62,25); }

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