#C02607

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

Shades of Harley Davidson Orange #C02607

Tints of Harley Davidson Orange #C02607

Color information

#C02607 (or 0xC02607) is unknown color: approx Harley Davidson Orange. HEX triplet: C0, 26 and 07. RGB value is (192,38,7). Sum of RGB (Red+Green+Blue) = 192+38+7=237 (31% of max value = 765). Red value is 192 (75.39% from 255 or 81.01% from 237); Green value is 38 (15.23% from 255 or 16.03% from 237); Blue value is 7 (3.12% from 255 or 2.95% from 237); Max value from RGB is 192 - color contains mainly: red. Hex color #C02607 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C02607 is #3FD9F8. Grayscale: #505050. Windows color (decimal): -4184569 or 468672. OLE color: 468672.

HSL color Cylindrical-coordinate representation of color #C02607: hue angle of 10.05º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C02607 is Cyan = 0, Magento = 0.80, Yellow = 0.96 and Black (K on CMYK) = 0.25.

Color convert

RGB192387-
CMYK00.800.960.25
HSL10.05º92.96%39.02%-
HSV(B)10.05º96.35%75.29%-
XYZ22.4712.611.45-
YUV80.5186.52207.52-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 81.01%
GREEN value IS 38 (15.23% from 255) = 16.03%
BLUE value IS 7 (3.12% from 255) = 2.95%
R=81.01%
G=16.03%
B=2.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.96
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19238700.800.960.2510.0592.9639.02
HexC02670506019a5d27
Octal3004670120140311213547
Binary110000001001101110101000011000001100110101011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C02607

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C02607; }

 p { color: rgb(192,38,7); }

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

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

 a { background-color: rgb(192,38,7); }

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

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

 span { border-color: rgb(192,38,7); }

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