#C73222

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

Shades of Harley Davidson Orange #C73222

Tints of Harley Davidson Orange #C73222

Color information

#C73222 (or 0xC73222) is unknown color: approx Harley Davidson Orange. HEX triplet: C7, 32 and 22. RGB value is (199,50,34). Sum of RGB (Red+Green+Blue) = 199+50+34=283 (37% of max value = 765). Red value is 199 (78.12% from 255 or 70.32% from 283); Green value is 50 (19.92% from 255 or 17.67% from 283); Blue value is 34 (13.67% from 255 or 12.01% from 283); Max value from RGB is 199 - color contains mainly: red. Hex color #C73222 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73222 is #38CDDD. Grayscale: #5C5C5C. Windows color (decimal): -3722718 or 2241223. OLE color: 2241223.

HSL color Cylindrical-coordinate representation of color #C73222: hue angle of 5.82º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C73222 is Cyan = 0, Magento = 0.75, Yellow = 0.83 and Black (K on CMYK) = 0.22.

Color convert

RGB1995034-
CMYK00.750.830.22
HSL5.82º70.82%45.69%-
HSV(B)5.82º82.91%78.04%-
XYZ24.9814.543-
YUV92.7394.86203.8-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 70.32%
GREEN value IS 50 (19.92% from 255) = 17.67%
BLUE value IS 34 (13.67% from 255) = 12.01%
R=70.32%
G=17.67%
B=12.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.83
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199503400.750.830.225.8270.8245.69
HexC7322204B53166472e
Octal3076242011312326610756
Binary11000111110010100010010010111010011101101101000111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C73222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C73222; }

 p { color: rgb(199,50,34); }

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

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

 a { background-color: rgb(199,50,34); }

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

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

 span { border-color: rgb(199,50,34); }

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