#C3391E

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

Shades of Harley Davidson Orange #C3391E

Tints of Harley Davidson Orange #C3391E

Color information

#C3391E (or 0xC3391E) is unknown color: approx Harley Davidson Orange. HEX triplet: C3, 39 and 1E. RGB value is (195,57,30). Sum of RGB (Red+Green+Blue) = 195+57+30=282 (37% of max value = 765). Red value is 195 (76.56% from 255 or 69.15% from 282); Green value is 57 (22.66% from 255 or 20.21% from 282); Blue value is 30 (12.11% from 255 or 10.64% from 282); Max value from RGB is 195 - color contains mainly: red. Hex color #C3391E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3391E is #3CC6E1. Grayscale: #5F5F5F. Windows color (decimal): -3983074 or 1980867. OLE color: 1980867.

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

Color convert

RGB1955730-
CMYK00.710.850.24
HSL9.82º73.33%44.12%-
HSV(B)9.82º84.62%76.47%-
XYZ24.214.622.77-
YUV95.1891.22199.2-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 69.15%
GREEN value IS 57 (22.66% from 255) = 20.21%
BLUE value IS 30 (12.11% from 255) = 10.64%
R=69.15%
G=20.21%
B=10.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.85
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195573000.710.850.249.8273.3344.12
HexC3391E0475518a492c
Octal30371360107125301211154
Binary11000011111001111100100011110101011100010101001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3391E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3391E; }

 p { color: rgb(195,57,30); }

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

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

 a { background-color: rgb(195,57,30); }

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

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

 span { border-color: rgb(195,57,30); }

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