#C8471A

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

Shades of Harley Davidson Orange #C8471A

Tints of Harley Davidson Orange #C8471A

Color information

#C8471A (or 0xC8471A) is unknown color: approx Harley Davidson Orange. HEX triplet: C8, 47 and 1A. RGB value is (200,71,26). Sum of RGB (Red+Green+Blue) = 200+71+26=297 (39% of max value = 765). Red value is 200 (78.52% from 255 or 67.34% from 297); Green value is 71 (28.12% from 255 or 23.91% from 297); Blue value is 26 (10.55% from 255 or 8.75% from 297); Max value from RGB is 200 - color contains mainly: red. Hex color #C8471A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8471A is #37B8E5. Grayscale: #686868. Windows color (decimal): -3651814 or 1722312. OLE color: 1722312.

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

Color convert

RGB2007126-
CMYK00.640.870.22
HSL15.52º76.99%44.31%-
HSV(B)15.52º87%78.43%-
XYZ26.2616.862.85-
YUV104.4483.74196.16-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 67.34%
GREEN value IS 71 (28.12% from 255) = 23.91%
BLUE value IS 26 (10.55% from 255) = 8.75%
R=67.34%
G=23.91%
B=8.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.87
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200712600.640.870.2215.5276.9944.31
HexC8471A0405716104d2c
Octal310107320100127262011554
Binary1100100010001111101001000000101011110110100001001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8471A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8471A; }

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

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

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

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

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

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

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

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