#C03A15

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

Shades of Harley Davidson Orange #C03A15

Tints of Harley Davidson Orange #C03A15

Color information

#C03A15 (or 0xC03A15) is unknown color: approx Harley Davidson Orange. HEX triplet: C0, 3A and 15. RGB value is (192,58,21). Sum of RGB (Red+Green+Blue) = 192+58+21=271 (35% of max value = 765). Red value is 192 (75.39% from 255 or 70.85% from 271); Green value is 58 (23.05% from 255 or 21.40% from 271); Blue value is 21 (8.59% from 255 or 7.75% from 271); Max value from RGB is 192 - color contains mainly: red. Hex color #C03A15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C03A15 is #3FC5EA. Grayscale: #5E5E5E. Windows color (decimal): -4179435 or 1391296. OLE color: 1391296.

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

Color convert

RGB1925821-
CMYK00.700.890.25
HSL12.98º80.28%41.76%-
HSV(B)12.98º89.06%75.29%-
XYZ23.3914.292.23-
YUV93.8586.89198.01-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 70.85%
GREEN value IS 58 (23.05% from 255) = 21.40%
BLUE value IS 21 (8.59% from 255) = 7.75%
R=70.85%
G=21.40%
B=7.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.89
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192582100.700.890.2512.9880.2841.76
HexC03A150465919d502a
Octal30072250106131311512052
Binary11000000111010101010100011010110011100111011010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C03A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C03A15; }

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

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

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

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

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

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

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

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