#C73802

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

Shades of Harley Davidson Orange #C73802

Tints of Harley Davidson Orange #C73802

Color information

#C73802 (or 0xC73802) is unknown color: approx Harley Davidson Orange. HEX triplet: C7, 38 and 02. RGB value is (199,56,2). Sum of RGB (Red+Green+Blue) = 199+56+2=257 (34% of max value = 765). Red value is 199 (78.12% from 255 or 77.43% from 257); Green value is 56 (22.27% from 255 or 21.79% from 257); Blue value is 2 (1.17% from 255 or 0.78% from 257); Max value from RGB is 199 - color contains mainly: red. Hex color #C73802 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C73802 is #38C7FD. Grayscale: #5C5C5C. Windows color (decimal): -3721214 or 145607. OLE color: 145607.

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

Color convert

RGB199562-
CMYK00.720.990.22
HSL16.45º98.01%39.41%-
HSV(B)16.45º98.99%78.04%-
XYZ24.9814.971.63-
YUV92.676.88203.89-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 77.43%
GREEN value IS 56 (22.27% from 255) = 21.79%
BLUE value IS 2 (1.17% from 255) = 0.78%
R=77.43%
G=21.79%
B=0.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.99
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19956200.720.990.2216.4598.0139.41
HexC73820486316106227
Octal3077020110143262014247
Binary110001111110001001001000110001110110100001100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C73802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C73802; }

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

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

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

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

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

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

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

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