#C03018

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

Shades of Harley Davidson Orange #C03018

Tints of Harley Davidson Orange #C03018

Color information

#C03018 (or 0xC03018) is unknown color: approx Harley Davidson Orange. HEX triplet: C0, 30 and 18. RGB value is (192,48,24). Sum of RGB (Red+Green+Blue) = 192+48+24=264 (34% of max value = 765). Red value is 192 (75.39% from 255 or 72.73% from 264); Green value is 48 (19.14% from 255 or 18.18% from 264); Blue value is 24 (9.77% from 255 or 9.09% from 264); Max value from RGB is 192 - color contains mainly: red. Hex color #C03018 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C03018 is #3FCFE7. Grayscale: #585858. Windows color (decimal): -4181992 or 1585344. OLE color: 1585344.

HSL color Cylindrical-coordinate representation of color #C03018: hue angle of 8.57º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C03018 is Cyan = 0, Magento = 0.75, Yellow = 0.88 and Black (K on CMYK) = 0.25.

Color convert

RGB1924824-
CMYK00.750.880.25
HSL8.57º77.78%42.35%-
HSV(B)8.57º87.5%75.29%-
XYZ22.9613.392.24-
YUV88.3291.71201.95-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 72.73%
GREEN value IS 48 (19.14% from 255) = 18.18%
BLUE value IS 24 (9.77% from 255) = 9.09%
R=72.73%
G=18.18%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.88
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192482400.750.880.258.5777.7842.35
HexC0301804B581994e2a
Octal30060300113130311111652
Binary11000000110000110000100101110110001100110011001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C03018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C03018; }

 p { color: rgb(192,48,24); }

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

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

 a { background-color: rgb(192,48,24); }

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

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

 span { border-color: rgb(192,48,24); }

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