#C8391A

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

Shades of Harley Davidson Orange #C8391A

Tints of Harley Davidson Orange #C8391A

Color information

#C8391A (or 0xC8391A) is unknown color: approx Harley Davidson Orange. HEX triplet: C8, 39 and 1A. RGB value is (200,57,26). Sum of RGB (Red+Green+Blue) = 200+57+26=283 (37% of max value = 765). Red value is 200 (78.52% from 255 or 70.67% from 283); Green value is 57 (22.66% from 255 or 20.14% from 283); Blue value is 26 (10.55% from 255 or 9.19% from 283); Max value from RGB is 200 - color contains mainly: red. Hex color #C8391A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8391A is #37C6E5. Grayscale: #606060. Windows color (decimal): -3655398 or 1718728. OLE color: 1718728.

HSL color Cylindrical-coordinate representation of color #C8391A: hue angle of 10.69º degrees, saturation: 0.77, 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 #C8391A is Cyan = 0, Magento = 0.72, Yellow = 0.87 and Black (K on CMYK) = 0.22.

Color convert

RGB2005726-
CMYK00.720.870.22
HSL10.69º76.99%44.31%-
HSV(B)10.69º87%78.43%-
XYZ25.4715.282.58-
YUV96.2288.38202.02-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 70.67%
GREEN value IS 57 (22.66% from 255) = 20.14%
BLUE value IS 26 (10.55% from 255) = 9.19%
R=70.67%
G=20.14%
B=9.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.87
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200572600.720.870.2210.6976.9944.31
HexC8391A0485716b4d2c
Octal31071320110127261311554
Binary11001000111001110100100100010101111011010111001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8391A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8391A; }

 p { color: rgb(200,57,26); }

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

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

 a { background-color: rgb(200,57,26); }

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

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

 span { border-color: rgb(200,57,26); }

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