#C72C15

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

Shades of Harley Davidson Orange #C72C15

Tints of Harley Davidson Orange #C72C15

Color information

#C72C15 (or 0xC72C15) is unknown color: approx Harley Davidson Orange. HEX triplet: C7, 2C and 15. RGB value is (199,44,21). Sum of RGB (Red+Green+Blue) = 199+44+21=264 (34% of max value = 765). Red value is 199 (78.12% from 255 or 75.38% from 264); Green value is 44 (17.58% from 255 or 16.67% from 264); Blue value is 21 (8.59% from 255 or 7.95% from 264); Max value from RGB is 199 - color contains mainly: red. Hex color #C72C15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C72C15 is #38D3EA. Grayscale: #575757. Windows color (decimal): -3724267 or 1387719. OLE color: 1387719.

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

Color convert

RGB1994421-
CMYK00.780.890.22
HSL7.75º80.91%43.14%-
HSV(B)7.75º89.45%78.04%-
XYZ24.59142.12-
YUV87.7290.35207.37-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 75.38%
GREEN value IS 44 (17.58% from 255) = 16.67%
BLUE value IS 21 (8.59% from 255) = 7.95%
R=75.38%
G=16.67%
B=7.95%

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
Decimal199442100.780.890.227.7580.9143.14
HexC72C1504E59168512b
Octal30754250116131261012153
Binary11000111101100101010100111010110011011010001010001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C72C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C72C15; }

 p { color: rgb(199,44,21); }

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

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

 a { background-color: rgb(199,44,21); }

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

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

 span { border-color: rgb(199,44,21); }

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