#C72A16

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

Shades of Harley Davidson Orange #C72A16

Tints of Harley Davidson Orange #C72A16

Color information

#C72A16 (or 0xC72A16) is unknown color: approx Harley Davidson Orange. HEX triplet: C7, 2A and 16. RGB value is (199,42,22). Sum of RGB (Red+Green+Blue) = 199+42+22=263 (34% of max value = 765). Red value is 199 (78.12% from 255 or 75.67% from 263); Green value is 42 (16.80% from 255 or 15.97% from 263); Blue value is 22 (8.98% from 255 or 8.37% from 263); Max value from RGB is 199 - color contains mainly: red. Hex color #C72A16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C72A16 is #38D5E9. Grayscale: #565656. Windows color (decimal): -3724778 or 1452743. OLE color: 1452743.

HSL color Cylindrical-coordinate representation of color #C72A16: hue angle of 6.78º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C72A16 is Cyan = 0, Magento = 0.79, Yellow = 0.89 and Black (K on CMYK) = 0.22.

Color convert

RGB1994222-
CMYK00.790.890.22
HSL6.78º80.09%43.33%-
HSV(B)6.78º88.94%78.04%-
XYZ24.5313.862.14-
YUV86.6691.51208.13-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 75.67%
GREEN value IS 42 (16.80% from 255) = 15.97%
BLUE value IS 22 (8.98% from 255) = 8.37%
R=75.67%
G=15.97%
B=8.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.89
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199422200.790.890.226.7880.0943.33
HexC72A1604F59167502b
Octal3075226011713126712053
Binary1100011110101010110010011111011001101101111010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C72A16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C72A16; }

 p { color: rgb(199,42,22); }

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

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

 a { background-color: rgb(199,42,22); }

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

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

 span { border-color: rgb(199,42,22); }

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