#C84312

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

Shades of Harley Davidson Orange #C84312

Tints of Harley Davidson Orange #C84312

Color information

#C84312 (or 0xC84312) is unknown color: approx Harley Davidson Orange. HEX triplet: C8, 43 and 12. RGB value is (200,67,18). Sum of RGB (Red+Green+Blue) = 200+67+18=285 (37% of max value = 765). Red value is 200 (78.52% from 255 or 70.18% from 285); Green value is 67 (26.56% from 255 or 23.51% from 285); Blue value is 18 (7.42% from 255 or 6.32% from 285); Max value from RGB is 200 - color contains mainly: red. Hex color #C84312 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C84312 is #37BCED. Grayscale: #656565. Windows color (decimal): -3652846 or 1197000. OLE color: 1197000.

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

Color convert

RGB2006718-
CMYK00.660.910.22
HSL16.15º83.49%42.75%-
HSV(B)16.15º91%78.43%-
XYZ25.9416.342.36-
YUV101.1881.06198.48-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 70.18%
GREEN value IS 67 (26.56% from 255) = 23.51%
BLUE value IS 18 (7.42% from 255) = 6.32%
R=70.18%
G=23.51%
B=6.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.91
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200671800.660.910.2216.1583.4942.75
HexC843120425B1610532b
Octal310103220102133262012353
Binary1100100010000111001001000010101101110110100001010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C84312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C84312; }

 p { color: rgb(200,67,18); }

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

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

 a { background-color: rgb(200,67,18); }

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

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

 span { border-color: rgb(200,67,18); }

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