#C0341E

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

Shades of Harley Davidson Orange #C0341E

Tints of Harley Davidson Orange #C0341E

Color information

#C0341E (or 0xC0341E) is unknown color: approx Harley Davidson Orange. HEX triplet: C0, 34 and 1E. RGB value is (192,52,30). Sum of RGB (Red+Green+Blue) = 192+52+30=274 (36% of max value = 765). Red value is 192 (75.39% from 255 or 70.07% from 274); Green value is 52 (20.70% from 255 or 18.98% from 274); Blue value is 30 (12.11% from 255 or 10.95% from 274); Max value from RGB is 192 - color contains mainly: red. Hex color #C0341E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0341E is #3FCBE1. Grayscale: #5B5B5B. Windows color (decimal): -4180962 or 1979584. OLE color: 1979584.

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

Color convert

RGB1925230-
CMYK00.730.840.25
HSL8.15º72.97%43.53%-
HSV(B)8.15º84.38%75.29%-
XYZ23.213.762.66-
YUV91.3593.38199.79-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 70.07%
GREEN value IS 52 (20.70% from 255) = 18.98%
BLUE value IS 30 (12.11% from 255) = 10.95%
R=70.07%
G=18.98%
B=10.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.84
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192523000.730.840.258.1572.9743.53
HexC0341E04954198492c
Octal30064360111124311011154
Binary11000000110100111100100100110101001100110001001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0341E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0341E; }

 p { color: rgb(192,52,30); }

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

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

 a { background-color: rgb(192,52,30); }

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

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

 span { border-color: rgb(192,52,30); }

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