#C73401

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

Shades of Harley Davidson Orange #C73401

Tints of Harley Davidson Orange #C73401

Color information

#C73401 (or 0xC73401) is unknown color: approx Harley Davidson Orange. HEX triplet: C7, 34 and 01. RGB value is (199,52,1). Sum of RGB (Red+Green+Blue) = 199+52+1=252 (33% of max value = 765). Red value is 199 (78.12% from 255 or 78.97% from 252); Green value is 52 (20.70% from 255 or 20.63% from 252); Blue value is 1 (0.78% from 255 or 0.40% from 252); Max value from RGB is 199 - color contains mainly: red. Hex color #C73401 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C73401 is #38CBFE. Grayscale: #5A5A5A. Windows color (decimal): -3722239 or 79047. OLE color: 79047.

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

Color convert

RGB199521-
CMYK00.740.990.22
HSL15.45º99%39.22%-
HSV(B)15.45º99.5%78.04%-
XYZ24.7914.61.54-
YUV90.1477.7205.65-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 78.97%
GREEN value IS 52 (20.70% from 255) = 20.63%
BLUE value IS 1 (0.78% from 255) = 0.40%
R=78.97%
G=20.63%
B=0.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.99
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19952100.740.990.2215.459939.22
HexC734104A6316f6327
Octal3076410112143261714347
Binary1100011111010010100101011000111011011111100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C73401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C73401; }

 p { color: rgb(199,52,1); }

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

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

 a { background-color: rgb(199,52,1); }

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

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

 span { border-color: rgb(199,52,1); }

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