Html Css Color HEX #C44120 Harley Davidson Orange

📋 copy color: '#C44120'

red 196 ◦ green 65 ◦ blue 32

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

Shades of Harley Davidson Orange #C44120

Tints of Harley Davidson Orange #C44120

RGB

 RED value IS 196 (76.95% from 255) = 66.89%

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

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

R = 66.89%
G = 22.18%
B = 10.92%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#C44120 (or 0xC44120) is known color: Harley Davidson Orange. HEX triplet: C4, 41 and 20. RGB value is (196,65,32). Sum of RGB (Red+Green+Blue) = 196+65+32=293 (38% of max value = 765). Red value is 196 (76.95% from 255 or 66.89% from 293); Green value is 65 (25.78% from 255 or 22.18% from 293); Blue value is 32 (12.89% from 255 or 10.92% from 293); Max value from RGB is 196 - color contains mainly: red. Hex color #C44120 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C44120 is #3BBEDF. Grayscale: #646464. Windows color (decimal): -3915488 or 2113988. OLE color: 2113988.

HSL color Cylindrical-coordinate representation of color #C44120: hue angle of 12.07º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C44120 is Cyan = 0, Magento = 0.67, Yellow = 0.84 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 65 32 -
CMYK 0 0.67 0.84 0.23
HSL 12.07º 0.72% 0.45% -
HSV(B) 12.07º 0.84% 0.77% -
XYZ 24.92 15.62 3.07 -
YUV 100.41 89.4 196.18 -
System Red Green Blue C M Y K H S L
Decimal 196 65 32 0 0.67 0.84 0.23 12.07 0.72 0.45
Hex C4 41 20 0 43 54 17 C 48 2D
Octal 304 101 40 0 103 124 27 14 110 55
Binary 11000100 1000001 100000 0 1000011 1010100 10111 1100 1001000 101101

Color Harmonies of #C44120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44120

Black with #C44120

Text Example


Text Example

White with #C44120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44120; }

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

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

background-color css

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

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

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

border-color css

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

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

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