#C1371E

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

Shades of Harley Davidson Orange #C1371E

Tints of Harley Davidson Orange #C1371E

Color information

#C1371E (or 0xC1371E) is unknown color: approx Harley Davidson Orange. HEX triplet: C1, 37 and 1E. RGB value is (193,55,30). Sum of RGB (Red+Green+Blue) = 193+55+30=278 (36% of max value = 765). Red value is 193 (75.78% from 255 or 69.42% from 278); Green value is 55 (21.88% from 255 or 19.78% from 278); Blue value is 30 (12.11% from 255 or 10.79% from 278); Max value from RGB is 193 - color contains mainly: red. Hex color #C1371E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1371E is #3EC8E1. Grayscale: #5D5D5D. Windows color (decimal): -4114658 or 1980353. OLE color: 1980353.

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

Color convert

RGB1935530-
CMYK00.720.840.24
HSL9.2º73.09%43.73%-
HSV(B)9.2º84.46%75.69%-
XYZ23.5914.162.72-
YUV93.4192.22199.03-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 69.42%
GREEN value IS 55 (21.88% from 255) = 19.78%
BLUE value IS 30 (12.11% from 255) = 10.79%
R=69.42%
G=19.78%
B=10.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.84
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193553000.720.840.249.273.0943.73
HexC1371E04854189492c
Octal30167360110124301111154
Binary11000001110111111100100100010101001100010011001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1371E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1371E; }

 p { color: rgb(193,55,30); }

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

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

 a { background-color: rgb(193,55,30); }

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

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

 span { border-color: rgb(193,55,30); }

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