Html Css Color HEX #C74317 Harley Davidson Orange

📋 copy color: '#C74317'

red 199 ◦ green 67 ◦ blue 23

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

Shades of Harley Davidson Orange #C74317

Tints of Harley Davidson Orange #C74317

RGB

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

 GREEN value IS 67 (26.56% from 255) = 23.18%

 BLUE value IS 23 (9.38% from 255) = 7.96%

R = 68.86%
G = 23.18%
B = 7.96%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C74317 (or 0xC74317) is known color: Harley Davidson Orange. HEX triplet: C7, 43 and 17. RGB value is (199,67,23). Sum of RGB (Red+Green+Blue) = 199+67+23=289 (38% of max value = 765). Red value is 199 (78.12% from 255 or 68.86% from 289); Green value is 67 (26.56% from 255 or 23.18% from 289); Blue value is 23 (9.38% from 255 or 7.96% from 289); Max value from RGB is 199 - color contains mainly: red. Hex color #C74317 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C74317 is #38BCE8. Grayscale: #656565. Windows color (decimal): -3718377 or 1524679. OLE color: 1524679.

HSL color Cylindrical-coordinate representation of color #C74317: hue angle of 15º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C74317 is Cyan = 0, Magento = 0.66, Yellow = 0.88 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 67 23 -
CMYK 0 0.66 0.88 0.22
HSL 15º 0.79% 0.44% -
HSV(B) 15º 0.88% 0.78% -
XYZ 25.72 16.22 2.59 -
YUV 101.45 83.73 197.58 -
System Red Green Blue C M Y K H S L
Decimal 199 67 23 0 0.66 0.88 0.22 15 0.79 0.44
Hex C7 43 17 0 42 58 16 F 4F 2C
Octal 307 103 27 0 102 130 26 17 117 54
Binary 11000111 1000011 10111 0 1000010 1011000 10110 1111 1001111 101100

Color Harmonies of #C74317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74317

Black with #C74317

Text Example


Text Example

White with #C74317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74317; }

 p { color: rgb(199,67,23); }

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

background-color css

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

 a { background-color: rgb(199,67,23); }

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

border-color css

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

 span { border-color: rgb(199,67,23); }

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