#C4340D

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

Shades of Harley Davidson Orange #C4340D

Tints of Harley Davidson Orange #C4340D

Color information

#C4340D (or 0xC4340D) is unknown color: approx Harley Davidson Orange. HEX triplet: C4, 34 and 0D. RGB value is (196,52,13). Sum of RGB (Red+Green+Blue) = 196+52+13=261 (34% of max value = 765). Red value is 196 (76.95% from 255 or 75.10% from 261); Green value is 52 (20.70% from 255 or 19.92% from 261); Blue value is 13 (5.47% from 255 or 4.98% from 261); Max value from RGB is 196 - color contains mainly: red. Hex color #C4340D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C4340D is #3BCBF2. Grayscale: #5A5A5A. Windows color (decimal): -3918835 or 865476. OLE color: 865476.

HSL color Cylindrical-coordinate representation of color #C4340D: hue angle of 12.79º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C4340D is Cyan = 0, Magento = 0.73, Yellow = 0.93 and Black (K on CMYK) = 0.23.

Color convert

RGB1965213-
CMYK00.730.930.23
HSL12.79º87.56%40.98%-
HSV(B)12.79º93.37%76.86%-
XYZ24.0714.221.86-
YUV90.6184.21203.17-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 75.10%
GREEN value IS 52 (20.70% from 255) = 19.92%
BLUE value IS 13 (5.47% from 255) = 4.98%
R=75.10%
G=19.92%
B=4.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.93
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196521300.730.930.2312.7987.5640.98
HexC434D0495D17d5829
Octal30464150111135271513051
Binary1100010011010011010100100110111011011111011011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4340D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4340D; }

 p { color: rgb(196,52,13); }

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

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

 a { background-color: rgb(196,52,13); }

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

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

 span { border-color: rgb(196,52,13); }

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