#C73718

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

Shades of Harley Davidson Orange #C73718

Tints of Harley Davidson Orange #C73718

Color information

#C73718 (or 0xC73718) is unknown color: approx Harley Davidson Orange. HEX triplet: C7, 37 and 18. RGB value is (199,55,24). Sum of RGB (Red+Green+Blue) = 199+55+24=278 (36% of max value = 765). Red value is 199 (78.12% from 255 or 71.58% from 278); Green value is 55 (21.88% from 255 or 19.78% from 278); Blue value is 24 (9.77% from 255 or 8.63% from 278); Max value from RGB is 199 - color contains mainly: red. Hex color #C73718 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C73718 is #38C8E7. Grayscale: #5E5E5E. Windows color (decimal): -3721448 or 1587143. OLE color: 1587143.

HSL color Cylindrical-coordinate representation of color #C73718: hue angle of 10.63º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C73718 is Cyan = 0, Magento = 0.72, Yellow = 0.88 and Black (K on CMYK) = 0.22.

Color convert

RGB1995524-
CMYK00.720.880.22
HSL10.63º78.48%43.73%-
HSV(B)10.63º87.94%78.04%-
XYZ25.0814.942.43-
YUV94.5288.21202.52-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 71.58%
GREEN value IS 55 (21.88% from 255) = 19.78%
BLUE value IS 24 (9.77% from 255) = 8.63%
R=71.58%
G=19.78%
B=8.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.88
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199552400.720.880.2210.6378.4843.73
HexC737180485816b4e2c
Octal30767300110130261311654
Binary11000111110111110000100100010110001011010111001110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C73718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C73718; }

 p { color: rgb(199,55,24); }

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

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

 a { background-color: rgb(199,55,24); }

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

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

 span { border-color: rgb(199,55,24); }

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