#C8200D

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

Shades of Harley Davidson Orange #C8200D

Tints of Harley Davidson Orange #C8200D

Color information

#C8200D (or 0xC8200D) is unknown color: approx Harley Davidson Orange. HEX triplet: C8, 20 and 0D. RGB value is (200,32,13). Sum of RGB (Red+Green+Blue) = 200+32+13=245 (32% of max value = 765). Red value is 200 (78.52% from 255 or 81.63% from 245); Green value is 32 (12.89% from 255 or 13.06% from 245); Blue value is 13 (5.47% from 255 or 5.31% from 245); Max value from RGB is 200 - color contains mainly: red. Hex color #C8200D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C8200D is #37DFF2. Grayscale: #505050. Windows color (decimal): -3661811 or 860360. OLE color: 860360.

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

Color convert

RGB2003213-
CMYK00.840.940.22
HSL6.1º87.79%41.76%-
HSV(B)6.1º93.5%78.43%-
XYZ24.4113.341.67-
YUV80.0790.16213.54-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 81.63%
GREEN value IS 32 (12.89% from 255) = 13.06%
BLUE value IS 13 (5.47% from 255) = 5.31%
R=81.63%
G=13.06%
B=5.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.94
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200321300.840.940.226.187.7941.76
HexC820D0545E166582a
Octal3104015012413626613052
Binary110010001000001101010101001011110101101101011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8200D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8200D; }

 p { color: rgb(200,32,13); }

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

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

 a { background-color: rgb(200,32,13); }

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

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

 span { border-color: rgb(200,32,13); }

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