Html Css Color HEX #C74120 Harley Davidson Orange

📋 copy color: '#C74120'

red 199 ◦ green 65 ◦ blue 32

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

Shades of Harley Davidson Orange #C74120

Tints of Harley Davidson Orange #C74120

RGB

 RED value IS 199 (78.13% from 255) = 67.23%

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

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

R = 67.23%
G = 21.96%
B = 10.81%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C74120 (or 0xC74120) is known color: Harley Davidson Orange. HEX triplet: C7, 41 and 20. RGB value is (199,65,32). Sum of RGB (Red+Green+Blue) = 199+65+32=296 (39% of max value = 765). Red value is 199 (78.12% from 255 or 67.23% from 296); Green value is 65 (25.78% from 255 or 21.96% from 296); Blue value is 32 (12.89% from 255 or 10.81% from 296); Max value from RGB is 199 - color contains mainly: red. Hex color #C74120 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C74120 is #38BEDF. Grayscale: #656565. Windows color (decimal): -3718880 or 2113991. OLE color: 2113991.

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

Color convert

RGB 199 65 32 -
CMYK 0 0.67 0.84 0.22
HSL 11.86º 0.72% 0.45% -
HSV(B) 11.86º 0.84% 0.78% -
XYZ 25.7 16.03 3.11 -
YUV 101.3 88.89 197.68 -
System Red Green Blue C M Y K H S L
Decimal 199 65 32 0 0.67 0.84 0.22 11.86 0.72 0.45
Hex C7 41 20 0 43 54 16 C 48 2D
Octal 307 101 40 0 103 124 26 14 110 55
Binary 11000111 1000001 100000 0 1000011 1010100 10110 1100 1001000 101101

Color Harmonies of #C74120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74120

Black with #C74120

Text Example


Text Example

White with #C74120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74120; }

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

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

background-color css

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

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

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

border-color css

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

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

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