#C02613

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

Shades of Harley Davidson Orange #C02613

Tints of Harley Davidson Orange #C02613

Color information

#C02613 (or 0xC02613) is unknown color: approx Harley Davidson Orange. HEX triplet: C0, 26 and 13. RGB value is (192,38,19). Sum of RGB (Red+Green+Blue) = 192+38+19=249 (32% of max value = 765). Red value is 192 (75.39% from 255 or 77.11% from 249); Green value is 38 (15.23% from 255 or 15.26% from 249); Blue value is 19 (7.81% from 255 or 7.63% from 249); Max value from RGB is 192 - color contains mainly: red. Hex color #C02613 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C02613 is #3FD9EC. Grayscale: #525252. Windows color (decimal): -4184557 or 1255104. OLE color: 1255104.

HSL color Cylindrical-coordinate representation of color #C02613: hue angle of 6.59º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C02613 is Cyan = 0, Magento = 0.80, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB1923819-
CMYK00.800.900.25
HSL6.59º81.99%41.37%-
HSV(B)6.59º90.1%75.29%-
XYZ22.5512.641.87-
YUV81.8892.52206.54-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 77.11%
GREEN value IS 38 (15.23% from 255) = 15.26%
BLUE value IS 19 (7.81% from 255) = 7.63%
R=77.11%
G=15.26%
B=7.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.90
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192381900.800.900.256.5981.9941.37
HexC026130505A1975229
Octal3004623012013231712251
Binary1100000010011010011010100001011010110011111010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C02613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C02613; }

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

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

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

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

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

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

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

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