Html Css Color HEX #C14120 Harley Davidson Orange

📋 copy color: '#C14120'

red 193 ◦ green 65 ◦ blue 32

#C14120
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Harley Davidson Orange #C14120

Tints of Harley Davidson Orange #C14120

RGB

 RED value IS 193 (75.78% from 255) = 66.55%

 GREEN value IS 65 (25.78% from 255) = 22.41%

 BLUE value IS 32 (12.89% from 255) = 11.03%

R = 66.55%
G = 22.41%
B = 11.03%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#C14120 (or 0xC14120) is known color: Harley Davidson Orange. HEX triplet: C1, 41 and 20. RGB value is (193,65,32). Sum of RGB (Red+Green+Blue) = 193+65+32=290 (38% of max value = 765). Red value is 193 (75.78% from 255 or 66.55% from 290); Green value is 65 (25.78% from 255 or 22.41% from 290); Blue value is 32 (12.89% from 255 or 11.03% from 290); Max value from RGB is 193 - color contains mainly: red. Hex color #C14120 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C14120 is #3EBEDF. Grayscale: #636363. Windows color (decimal): -4112096 or 2113985. OLE color: 2113985.

HSL color Cylindrical-coordinate representation of color #C14120: hue angle of 12.3º 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 #C14120 is Cyan = 0, Magento = 0.66, Yellow = 0.83 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 65 32 -
CMYK 0 0.66 0.83 0.24
HSL 12.3º 0.72% 0.44% -
HSV(B) 12.3º 0.83% 0.76% -
XYZ 24.14 15.22 3.03 -
YUV 99.51 89.91 194.68 -
System Red Green Blue C M Y K H S L
Decimal 193 65 32 0 0.66 0.83 0.24 12.3 0.72 0.44
Hex C1 41 20 0 42 53 18 C 48 2C
Octal 301 101 40 0 102 123 30 14 110 54
Binary 11000001 1000001 100000 0 1000010 1010011 11000 1100 1001000 101100

Color Harmonies of #C14120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14120

Black with #C14120

Text Example


Text Example

White with #C14120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14120; }

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

 H1.HeaderClassName
 {
   color: #C14120;
 }
 .AnyTagClassName
 {
   color: #C14120;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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