#C82B1A

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

Shades of Harley Davidson Orange #C82B1A

Tints of Harley Davidson Orange #C82B1A

Color information

#C82B1A (or 0xC82B1A) is unknown color: approx Harley Davidson Orange. HEX triplet: C8, 2B and 1A. RGB value is (200,43,26). Sum of RGB (Red+Green+Blue) = 200+43+26=269 (35% of max value = 765). Red value is 200 (78.52% from 255 or 74.35% from 269); Green value is 43 (17.19% from 255 or 15.99% from 269); Blue value is 26 (10.55% from 255 or 9.67% from 269); Max value from RGB is 200 - color contains mainly: red. Hex color #C82B1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82B1A is #37D4E5. Grayscale: #585858. Windows color (decimal): -3658982 or 1715144. OLE color: 1715144.

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

Color convert

RGB2004326-
CMYK00.780.870.22
HSL5.86º76.99%44.31%-
HSV(B)5.86º87%78.43%-
XYZ24.8714.082.38-
YUV8893.01207.88-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 74.35%
GREEN value IS 43 (17.19% from 255) = 15.99%
BLUE value IS 26 (10.55% from 255) = 9.67%
R=74.35%
G=15.99%
B=9.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.87
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200432600.780.870.225.8676.9944.31
HexC82B1A04E571664d2c
Octal3105332011612726611554
Binary1100100010101111010010011101010111101101101001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C82B1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C82B1A; }

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

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

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

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

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

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

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

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