#C13214

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

Shades of Harley Davidson Orange #C13214

Tints of Harley Davidson Orange #C13214

Color information

#C13214 (or 0xC13214) is unknown color: approx Harley Davidson Orange. HEX triplet: C1, 32 and 14. RGB value is (193,50,20). Sum of RGB (Red+Green+Blue) = 193+50+20=263 (34% of max value = 765). Red value is 193 (75.78% from 255 or 73.38% from 263); Green value is 50 (19.92% from 255 or 19.01% from 263); Blue value is 20 (8.20% from 255 or 7.60% from 263); Max value from RGB is 193 - color contains mainly: red. Hex color #C13214 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C13214 is #3ECDEB. Grayscale: #595959. Windows color (decimal): -4115948 or 1323713. OLE color: 1323713.

HSL color Cylindrical-coordinate representation of color #C13214: hue angle of 10.4º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C13214 is Cyan = 0, Magento = 0.74, Yellow = 0.90 and Black (K on CMYK) = 0.24.

Color convert

RGB1935020-
CMYK00.740.900.24
HSL10.4º81.22%41.76%-
HSV(B)10.4º89.64%75.69%-
XYZ23.2613.672.07-
YUV89.3488.88201.94-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 73.38%
GREEN value IS 50 (19.92% from 255) = 19.01%
BLUE value IS 20 (8.20% from 255) = 7.60%
R=73.38%
G=19.01%
B=7.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.90
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193502000.740.900.2410.481.2241.76
HexC1321404A5A18a512a
Octal30162240112132301212152
Binary11000001110010101000100101010110101100010101010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C13214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C13214; }

 p { color: rgb(193,50,20); }

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

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

 a { background-color: rgb(193,50,20); }

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

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

 span { border-color: rgb(193,50,20); }

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