#C82E16

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

Shades of Harley Davidson Orange #C82E16

Tints of Harley Davidson Orange #C82E16

Color information

#C82E16 (or 0xC82E16) is unknown color: approx Harley Davidson Orange. HEX triplet: C8, 2E and 16. RGB value is (200,46,22). Sum of RGB (Red+Green+Blue) = 200+46+22=268 (35% of max value = 765). Red value is 200 (78.52% from 255 or 74.63% from 268); Green value is 46 (18.36% from 255 or 17.16% from 268); Blue value is 22 (8.98% from 255 or 8.21% from 268); Max value from RGB is 200 - color contains mainly: red. Hex color #C82E16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C82E16 is #37D1E9. Grayscale: #595959. Windows color (decimal): -3658218 or 1453768. OLE color: 1453768.

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

Color convert

RGB2004622-
CMYK00.770.890.22
HSL8.09º80.18%43.53%-
HSV(B)8.09º89%78.43%-
XYZ24.9414.292.2-
YUV89.3190.02206.95-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 74.63%
GREEN value IS 46 (18.36% from 255) = 17.16%
BLUE value IS 22 (8.98% from 255) = 8.21%
R=74.63%
G=17.16%
B=8.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.89
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200462200.770.890.228.0980.1843.53
HexC82E1604D59168502c
Octal31056260115131261012054
Binary11001000101110101100100110110110011011010001010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C82E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C82E16; }

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

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

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

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

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

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

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

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