#C83211

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

Shades of Harley Davidson Orange #C83211

Tints of Harley Davidson Orange #C83211

Color information

#C83211 (or 0xC83211) is unknown color: approx Harley Davidson Orange. HEX triplet: C8, 32 and 11. RGB value is (200,50,17). Sum of RGB (Red+Green+Blue) = 200+50+17=267 (35% of max value = 765). Red value is 200 (78.52% from 255 or 74.91% from 267); Green value is 50 (19.92% from 255 or 18.73% from 267); Blue value is 17 (7.03% from 255 or 6.37% from 267); Max value from RGB is 200 - color contains mainly: red. Hex color #C83211 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C83211 is #37CDEE. Grayscale: #5B5B5B. Windows color (decimal): -3657199 or 1127112. OLE color: 1127112.

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

Color convert

RGB2005017-
CMYK00.750.920.22
HSL10.82º84.33%42.55%-
HSV(B)10.82º91.5%78.43%-
XYZ25.0614.62.03-
YUV91.0986.2205.68-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 74.91%
GREEN value IS 50 (19.92% from 255) = 18.73%
BLUE value IS 17 (7.03% from 255) = 6.37%
R=74.91%
G=18.73%
B=6.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.92
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200501700.750.920.2210.8284.3342.55
HexC8321104B5C16b542b
Octal31062210113134261312453
Binary11001000110010100010100101110111001011010111010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C83211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C83211; }

 p { color: rgb(200,50,17); }

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

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

 a { background-color: rgb(200,50,17); }

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

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

 span { border-color: rgb(200,50,17); }

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