#C13B20

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

Shades of Harley Davidson Orange #C13B20

Tints of Harley Davidson Orange #C13B20

Color information

#C13B20 (or 0xC13B20) is unknown color: approx Harley Davidson Orange. HEX triplet: C1, 3B and 20. RGB value is (193,59,32). Sum of RGB (Red+Green+Blue) = 193+59+32=284 (37% of max value = 765). Red value is 193 (75.78% from 255 or 67.96% from 284); Green value is 59 (23.44% from 255 or 20.77% from 284); Blue value is 32 (12.89% from 255 or 11.27% from 284); Max value from RGB is 193 - color contains mainly: red. Hex color #C13B20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13B20 is #3EC4DF. Grayscale: #606060. Windows color (decimal): -4113632 or 2112449. OLE color: 2112449.

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

Color convert

RGB1935932-
CMYK00.690.830.24
HSL10.06º71.56%44.12%-
HSV(B)10.06º83.42%75.69%-
XYZ23.8214.572.92-
YUV95.9991.89197.2-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 67.96%
GREEN value IS 59 (23.44% from 255) = 20.77%
BLUE value IS 32 (12.89% from 255) = 11.27%
R=67.96%
G=20.77%
B=11.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.83
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193593200.690.830.2410.0671.5644.12
HexC13B200455318a482c
Octal30173400105123301211054
Binary110000011110111000000100010110100111100010101001000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C13B20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C13B20; }

 p { color: rgb(193,59,32); }

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

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

 a { background-color: rgb(193,59,32); }

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

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

 span { border-color: rgb(193,59,32); }

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