#C73812

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

Shades of Harley Davidson Orange #C73812

Tints of Harley Davidson Orange #C73812

Color information

#C73812 (or 0xC73812) is unknown color: approx Harley Davidson Orange. HEX triplet: C7, 38 and 12. RGB value is (199,56,18). Sum of RGB (Red+Green+Blue) = 199+56+18=273 (36% of max value = 765). Red value is 199 (78.12% from 255 or 72.89% from 273); Green value is 56 (22.27% from 255 or 20.51% from 273); Blue value is 18 (7.42% from 255 or 6.59% from 273); Max value from RGB is 199 - color contains mainly: red. Hex color #C73812 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C73812 is #38C7ED. Grayscale: #5E5E5E. Windows color (decimal): -3721198 or 1194183. OLE color: 1194183.

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

Color convert

RGB1995618-
CMYK00.720.910.22
HSL12.6º83.41%42.55%-
HSV(B)12.6º90.95%78.04%-
XYZ25.0815.012.15-
YUV94.4284.88202.59-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 72.89%
GREEN value IS 56 (22.27% from 255) = 20.51%
BLUE value IS 18 (7.42% from 255) = 6.59%
R=72.89%
G=20.51%
B=6.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.91
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199561800.720.910.2212.683.4142.55
HexC738120485B16d532b
Octal30770220110133261512353
Binary11000111111000100100100100010110111011011011010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C73812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C73812; }

 p { color: rgb(199,56,18); }

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

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

 a { background-color: rgb(199,56,18); }

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

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

 span { border-color: rgb(199,56,18); }

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