#C82D16

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

Shades of Harley Davidson Orange #C82D16

Tints of Harley Davidson Orange #C82D16

Color information

#C82D16 (or 0xC82D16) is unknown color: approx Harley Davidson Orange. HEX triplet: C8, 2D and 16. RGB value is (200,45,22). Sum of RGB (Red+Green+Blue) = 200+45+22=267 (35% of max value = 765). Red value is 200 (78.52% from 255 or 74.91% from 267); Green value is 45 (17.97% from 255 or 16.85% from 267); Blue value is 22 (8.98% from 255 or 8.24% from 267); Max value from RGB is 200 - color contains mainly: red. Hex color #C82D16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C82D16 is #37D2E9. Grayscale: #585858. Windows color (decimal): -3658474 or 1453512. OLE color: 1453512.

HSL color Cylindrical-coordinate representation of color #C82D16: hue angle of 7.75º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C82D16 is Cyan = 0, Magento = 0.78, Yellow = 0.89 and Black (K on CMYK) = 0.22.

Color convert

RGB2004522-
CMYK00.780.890.22
HSL7.75º80.18%43.53%-
HSV(B)7.75º89%78.43%-
XYZ24.914.212.19-
YUV88.7290.35207.37-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 74.91%
GREEN value IS 45 (17.97% from 255) = 16.85%
BLUE value IS 22 (8.98% from 255) = 8.24%
R=74.91%
G=16.85%
B=8.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.89
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200452200.780.890.227.7580.1843.53
HexC82D1604E59168502c
Octal31055260116131261012054
Binary11001000101101101100100111010110011011010001010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C82D16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C82D16; }

 p { color: rgb(200,45,22); }

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

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

 a { background-color: rgb(200,45,22); }

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

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

 span { border-color: rgb(200,45,22); }

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