#C84013

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

Shades of Harley Davidson Orange #C84013

Tints of Harley Davidson Orange #C84013

Color information

#C84013 (or 0xC84013) is unknown color: approx Harley Davidson Orange. HEX triplet: C8, 40 and 13. RGB value is (200,64,19). Sum of RGB (Red+Green+Blue) = 200+64+19=283 (37% of max value = 765). Red value is 200 (78.52% from 255 or 70.67% from 283); Green value is 64 (25.39% from 255 or 22.61% from 283); Blue value is 19 (7.81% from 255 or 6.71% from 283); Max value from RGB is 200 - color contains mainly: red. Hex color #C84013 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C84013 is #37BFEC. Grayscale: #636363. Windows color (decimal): -3653613 or 1261768. OLE color: 1261768.

HSL color Cylindrical-coordinate representation of color #C84013: hue angle of 14.92º degrees, saturation: 0.83, 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 #C84013 is Cyan = 0, Magento = 0.68, Yellow = 0.90 and Black (K on CMYK) = 0.22.

Color convert

RGB2006419-
CMYK00.680.900.22
HSL14.92º82.65%42.94%-
HSV(B)14.92º90.5%78.43%-
XYZ25.7715.992.34-
YUV99.5382.56199.66-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 70.67%
GREEN value IS 64 (25.39% from 255) = 22.61%
BLUE value IS 19 (7.81% from 255) = 6.71%
R=70.67%
G=22.61%
B=6.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.90
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200641900.680.900.2214.9282.6542.94
HexC840130445A16f532b
Octal310100230104132261712353
Binary110010001000000100110100010010110101011011111010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C84013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C84013; }

 p { color: rgb(200,64,19); }

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

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

 a { background-color: rgb(200,64,19); }

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

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

 span { border-color: rgb(200,64,19); }

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