#C72507

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

Shades of Harley Davidson Orange #C72507

Tints of Harley Davidson Orange #C72507

Color information

#C72507 (or 0xC72507) is unknown color: approx Harley Davidson Orange. HEX triplet: C7, 25 and 07. RGB value is (199,37,7). Sum of RGB (Red+Green+Blue) = 199+37+7=243 (32% of max value = 765). Red value is 199 (78.12% from 255 or 81.89% from 243); Green value is 37 (14.84% from 255 or 15.23% from 243); Blue value is 7 (3.12% from 255 or 2.88% from 243); Max value from RGB is 199 - color contains mainly: red. Hex color #C72507 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C72507 is #38DAF8. Grayscale: #525252. Windows color (decimal): -3726073 or 468423. OLE color: 468423.

HSL color Cylindrical-coordinate representation of color #C72507: hue angle of 9.38º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C72507 is Cyan = 0, Magento = 0.81, Yellow = 0.96 and Black (K on CMYK) = 0.22.

Color convert

RGB199377-
CMYK00.810.960.22
HSL9.38º93.2%40.39%-
HSV(B)9.38º96.48%78.04%-
XYZ24.2513.481.52-
YUV82.0285.67211.44-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 81.89%
GREEN value IS 37 (14.84% from 255) = 15.23%
BLUE value IS 7 (3.12% from 255) = 2.88%
R=81.89%
G=15.23%
B=2.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.96
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19937700.810.960.229.3893.240.39
HexC7257051601695d28
Octal3074570121140261113550
Binary110001111001011110101000111000001011010011011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C72507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C72507; }

 p { color: rgb(199,37,7); }

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

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

 a { background-color: rgb(199,37,7); }

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

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

 span { border-color: rgb(199,37,7); }

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