#C03719

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

Shades of Harley Davidson Orange #C03719

Tints of Harley Davidson Orange #C03719

Color information

#C03719 (or 0xC03719) is unknown color: approx Harley Davidson Orange. HEX triplet: C0, 37 and 19. RGB value is (192,55,25). Sum of RGB (Red+Green+Blue) = 192+55+25=272 (36% of max value = 765). Red value is 192 (75.39% from 255 or 70.59% from 272); Green value is 55 (21.88% from 255 or 20.22% from 272); Blue value is 25 (10.16% from 255 or 9.19% from 272); Max value from RGB is 192 - color contains mainly: red. Hex color #C03719 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C03719 is #3FC8E6. Grayscale: #5C5C5C. Windows color (decimal): -4180199 or 1652672. OLE color: 1652672.

HSL color Cylindrical-coordinate representation of color #C03719: hue angle of 10.78º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C03719 is Cyan = 0, Magento = 0.71, Yellow = 0.87 and Black (K on CMYK) = 0.25.

Color convert

RGB1925525-
CMYK00.710.870.25
HSL10.78º76.96%42.55%-
HSV(B)10.78º86.98%75.29%-
XYZ23.2814.012.4-
YUV92.5489.89198.94-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 70.59%
GREEN value IS 55 (21.88% from 255) = 20.22%
BLUE value IS 25 (10.16% from 255) = 9.19%
R=70.59%
G=20.22%
B=9.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.87
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192552500.710.870.2510.7876.9642.55
HexC037190475719b4d2b
Octal30067310107127311311553
Binary11000000110111110010100011110101111100110111001101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C03719

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C03719; }

 p { color: rgb(192,55,25); }

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

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

 a { background-color: rgb(192,55,25); }

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

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

 span { border-color: rgb(192,55,25); }

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