#C03A10

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

Shades of Harley Davidson Orange #C03A10

Tints of Harley Davidson Orange #C03A10

Color information

#C03A10 (or 0xC03A10) is unknown color: approx Harley Davidson Orange. HEX triplet: C0, 3A and 10. RGB value is (192,58,16). Sum of RGB (Red+Green+Blue) = 192+58+16=266 (35% of max value = 765). Red value is 192 (75.39% from 255 or 72.18% from 266); Green value is 58 (23.05% from 255 or 21.80% from 266); Blue value is 16 (6.64% from 255 or 6.02% from 266); Max value from RGB is 192 - color contains mainly: red. Hex color #C03A10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C03A10 is #3FC5EF. Grayscale: #5D5D5D. Windows color (decimal): -4179440 or 1063616. OLE color: 1063616.

HSL color Cylindrical-coordinate representation of color #C03A10: hue angle of 14.32º degrees, saturation: 0.85, 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 #C03A10 is Cyan = 0, Magento = 0.70, Yellow = 0.92 and Black (K on CMYK) = 0.25.

Color convert

RGB1925816-
CMYK00.700.920.25
HSL14.32º84.62%40.78%-
HSV(B)14.32º91.67%75.29%-
XYZ23.3414.272.01-
YUV93.2884.39198.42-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 72.18%
GREEN value IS 58 (23.05% from 255) = 21.80%
BLUE value IS 16 (6.64% from 255) = 6.02%
R=72.18%
G=21.80%
B=6.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.92
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192581600.700.920.2514.3284.6240.78
HexC03A100465C19e5529
Octal30072200106134311612551
Binary11000000111010100000100011010111001100111101010101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C03A10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C03A10; }

 p { color: rgb(192,58,16); }

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

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

 a { background-color: rgb(192,58,16); }

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

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

 span { border-color: rgb(192,58,16); }

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