#C73A1A

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

Shades of Harley Davidson Orange #C73A1A

Tints of Harley Davidson Orange #C73A1A

Color information

#C73A1A (or 0xC73A1A) is unknown color: approx Harley Davidson Orange. HEX triplet: C7, 3A and 1A. RGB value is (199,58,26). Sum of RGB (Red+Green+Blue) = 199+58+26=283 (37% of max value = 765). Red value is 199 (78.12% from 255 or 70.32% from 283); Green value is 58 (23.05% from 255 or 20.49% from 283); Blue value is 26 (10.55% from 255 or 9.19% from 283); Max value from RGB is 199 - color contains mainly: red. Hex color #C73A1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73A1A is #38C5E5. Grayscale: #606060. Windows color (decimal): -3720678 or 1718983. OLE color: 1718983.

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

Color convert

RGB1995826-
CMYK00.710.870.22
HSL11.1º76.89%44.12%-
HSV(B)11.1º86.93%78.04%-
XYZ25.2515.242.59-
YUV96.5188.21201.1-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 70.32%
GREEN value IS 58 (23.05% from 255) = 20.49%
BLUE value IS 26 (10.55% from 255) = 9.19%
R=70.32%
G=20.49%
B=9.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.87
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199582600.710.870.2211.176.8944.12
HexC73A1A0475716b4d2c
Octal30772320107127261311554
Binary11000111111010110100100011110101111011010111001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C73A1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C73A1A; }

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

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

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

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

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

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

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

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