#C82314

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

Shades of Harley Davidson Orange #C82314

Tints of Harley Davidson Orange #C82314

Color information

#C82314 (or 0xC82314) is unknown color: approx Harley Davidson Orange. HEX triplet: C8, 23 and 14. RGB value is (200,35,20). Sum of RGB (Red+Green+Blue) = 200+35+20=255 (33% of max value = 765). Red value is 200 (78.52% from 255 or 78.43% from 255); Green value is 35 (14.06% from 255 or 13.73% from 255); Blue value is 20 (8.20% from 255 or 7.84% from 255); Max value from RGB is 200 - color contains mainly: red. Hex color #C82314 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C82314 is #37DCEB. Grayscale: #525252. Windows color (decimal): -3661036 or 1319880. OLE color: 1319880.

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

Color convert

RGB2003520-
CMYK00.820.90.22
HSL81.82%43.14%-
HSV(B)90%78.43%-
XYZ24.5513.531.98-
YUV82.6292.66211.72-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 78.43%
GREEN value IS 35 (14.06% from 255) = 13.73%
BLUE value IS 20 (8.20% from 255) = 7.84%
R=78.43%
G=13.73%
B=7.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.9
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200352000.820.90.22581.8243.14
HexC823140525A165522b
Octal3104324012213226512253
Binary1100100010001110100010100101011010101101011010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C82314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C82314; }

 p { color: rgb(200,35,20); }

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

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

 a { background-color: rgb(200,35,20); }

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

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

 span { border-color: rgb(200,35,20); }

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