#C0360F

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

Shades of Harley Davidson Orange #C0360F

Tints of Harley Davidson Orange #C0360F

Color information

#C0360F (or 0xC0360F) is unknown color: approx Harley Davidson Orange. HEX triplet: C0, 36 and 0F. RGB value is (192,54,15). Sum of RGB (Red+Green+Blue) = 192+54+15=261 (34% of max value = 765). Red value is 192 (75.39% from 255 or 73.56% from 261); Green value is 54 (21.48% from 255 or 20.69% from 261); Blue value is 15 (6.25% from 255 or 5.75% from 261); Max value from RGB is 192 - color contains mainly: red. Hex color #C0360F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C0360F is #3FC9F0. Grayscale: #5B5B5B. Windows color (decimal): -4180465 or 997056. OLE color: 997056.

HSL color Cylindrical-coordinate representation of color #C0360F: hue angle of 13.22º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C0360F is Cyan = 0, Magento = 0.72, Yellow = 0.92 and Black (K on CMYK) = 0.25.

Color convert

RGB1925415-
CMYK00.720.920.25
HSL13.22º85.51%40.59%-
HSV(B)13.22º92.19%75.29%-
XYZ23.1413.881.91-
YUV90.8285.22200.17-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 73.56%
GREEN value IS 54 (21.48% from 255) = 20.69%
BLUE value IS 15 (6.25% from 255) = 5.75%
R=73.56%
G=20.69%
B=5.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.92
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192541500.720.920.2513.2285.5140.59
HexC036F0485C19d5629
Octal30066170110134311512651
Binary1100000011011011110100100010111001100111011010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0360F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0360F; }

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

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

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

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

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

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

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

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