#C84518

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

Shades of Harley Davidson Orange #C84518

Tints of Harley Davidson Orange #C84518

Color information

#C84518 (or 0xC84518) is unknown color: approx Harley Davidson Orange. HEX triplet: C8, 45 and 18. RGB value is (200,69,24). Sum of RGB (Red+Green+Blue) = 200+69+24=293 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.26% from 293); Green value is 69 (27.34% from 255 or 23.55% from 293); Blue value is 24 (9.77% from 255 or 8.19% from 293); Max value from RGB is 200 - color contains mainly: red. Hex color #C84518 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C84518 is #37BAE7. Grayscale: #676767. Windows color (decimal): -3652328 or 1590728. OLE color: 1590728.

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

Color convert

RGB2006924-
CMYK00.660.880.22
HSL15.34º78.57%43.92%-
HSV(B)15.34º88%78.43%-
XYZ26.1116.62.69-
YUV103.0483.4197.16-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 68.26%
GREEN value IS 69 (27.34% from 255) = 23.55%
BLUE value IS 24 (9.77% from 255) = 8.19%
R=68.26%
G=23.55%
B=8.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.88
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200692400.660.880.2215.3478.5743.92
HexC845180425816f4f2c
Octal310105300102130261711754
Binary110010001000101110000100001010110001011011111001111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C84518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C84518; }

 p { color: rgb(200,69,24); }

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

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

 a { background-color: rgb(200,69,24); }

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

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

 span { border-color: rgb(200,69,24); }

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