#C03613

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

Shades of Harley Davidson Orange #C03613

Tints of Harley Davidson Orange #C03613

Color information

#C03613 (or 0xC03613) is unknown color: approx Harley Davidson Orange. HEX triplet: C0, 36 and 13. RGB value is (192,54,19). Sum of RGB (Red+Green+Blue) = 192+54+19=265 (35% of max value = 765). Red value is 192 (75.39% from 255 or 72.45% from 265); Green value is 54 (21.48% from 255 or 20.38% from 265); Blue value is 19 (7.81% from 255 or 7.17% from 265); Max value from RGB is 192 - color contains mainly: red. Hex color #C03613 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C03613 is #3FC9EC. Grayscale: #5B5B5B. Windows color (decimal): -4180461 or 1259200. OLE color: 1259200.

HSL color Cylindrical-coordinate representation of color #C03613: hue angle of 12.14º 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 #C03613 is Cyan = 0, Magento = 0.72, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB1925419-
CMYK00.720.900.25
HSL12.14º81.99%41.37%-
HSV(B)12.14º90.1%75.29%-
XYZ23.1713.892.08-
YUV91.2787.22199.85-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 72.45%
GREEN value IS 54 (21.48% from 255) = 20.38%
BLUE value IS 19 (7.81% from 255) = 7.17%
R=72.45%
G=20.38%
B=7.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.90
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192541900.720.900.2512.1481.9941.37
HexC036130485A19c5229
Octal30066230110132311412251
Binary11000000110110100110100100010110101100111001010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C03613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C03613; }

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

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

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

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

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

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

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

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