#C73C1A

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

Shades of Harley Davidson Orange #C73C1A

Tints of Harley Davidson Orange #C73C1A

Color information

#C73C1A (or 0xC73C1A) is unknown color: approx Harley Davidson Orange. HEX triplet: C7, 3C and 1A. RGB value is (199,60,26). Sum of RGB (Red+Green+Blue) = 199+60+26=285 (37% of max value = 765). Red value is 199 (78.12% from 255 or 69.82% from 285); Green value is 60 (23.83% from 255 or 21.05% from 285); Blue value is 26 (10.55% from 255 or 9.12% from 285); Max value from RGB is 199 - color contains mainly: red. Hex color #C73C1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73C1A is #38C3E5. Grayscale: #616161. Windows color (decimal): -3720166 or 1719495. OLE color: 1719495.

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

Color convert

RGB1996026-
CMYK00.700.870.22
HSL11.79º76.89%44.12%-
HSV(B)11.79º86.93%78.04%-
XYZ25.3615.452.62-
YUV97.6887.55200.26-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 69.82%
GREEN value IS 60 (23.83% from 255) = 21.05%
BLUE value IS 26 (10.55% from 255) = 9.12%
R=69.82%
G=21.05%
B=9.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.87
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199602600.700.870.2211.7976.8944.12
HexC73C1A0465716c4d2c
Octal30774320106127261411554
Binary11000111111100110100100011010101111011011001001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C73C1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C73C1A; }

 p { color: rgb(199,60,26); }

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

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

 a { background-color: rgb(199,60,26); }

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

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

 span { border-color: rgb(199,60,26); }

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