#C72B16

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

Shades of Harley Davidson Orange #C72B16

Tints of Harley Davidson Orange #C72B16

Color information

#C72B16 (or 0xC72B16) is unknown color: approx Harley Davidson Orange. HEX triplet: C7, 2B and 16. RGB value is (199,43,22). Sum of RGB (Red+Green+Blue) = 199+43+22=264 (34% of max value = 765). Red value is 199 (78.12% from 255 or 75.38% from 264); Green value is 43 (17.19% from 255 or 16.29% from 264); Blue value is 22 (8.98% from 255 or 8.33% from 264); Max value from RGB is 199 - color contains mainly: red. Hex color #C72B16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C72B16 is #38D4E9. Grayscale: #575757. Windows color (decimal): -3724522 or 1452999. OLE color: 1452999.

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

Color convert

RGB1994322-
CMYK00.780.890.22
HSL7.12º80.09%43.33%-
HSV(B)7.12º88.94%78.04%-
XYZ24.5613.932.15-
YUV87.2591.18207.71-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 75.38%
GREEN value IS 43 (17.19% from 255) = 16.29%
BLUE value IS 22 (8.98% from 255) = 8.33%
R=75.38%
G=16.29%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.89
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199432200.780.890.227.1280.0943.33
HexC72B1604E59167502b
Octal3075326011613126712053
Binary1100011110101110110010011101011001101101111010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C72B16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C72B16; }

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

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

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

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

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

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

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

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