Html Css Color HEX #C64117 Harley Davidson Orange

📋 copy color: '#C64117'

red 198 ◦ green 65 ◦ blue 23

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

Shades of Harley Davidson Orange #C64117

Tints of Harley Davidson Orange #C64117

RGB

 RED value IS 198 (77.73% from 255) = 69.23%

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

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

R = 69.23%
G = 22.73%
B = 8.04%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C64117 (or 0xC64117) is known color: Harley Davidson Orange. HEX triplet: C6, 41 and 17. RGB value is (198,65,23). Sum of RGB (Red+Green+Blue) = 198+65+23=286 (37% of max value = 765). Red value is 198 (77.73% from 255 or 69.23% from 286); Green value is 65 (25.78% from 255 or 22.73% from 286); Blue value is 23 (9.38% from 255 or 8.04% from 286); Max value from RGB is 198 - color contains mainly: red. Hex color #C64117 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C64117 is #39BEE8. Grayscale: #646464. Windows color (decimal): -3784425 or 1524166. OLE color: 1524166.

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

Color convert

RGB 198 65 23 -
CMYK 0 0.67 0.88 0.22
HSL 14.4º 0.79% 0.43% -
HSV(B) 14.4º 0.88% 0.78% -
XYZ 25.33 15.85 2.53 -
YUV 99.98 84.56 197.92 -
System Red Green Blue C M Y K H S L
Decimal 198 65 23 0 0.67 0.88 0.22 14.4 0.79 0.43
Hex C6 41 17 0 43 58 16 E 4F 2B
Octal 306 101 27 0 103 130 26 16 117 53
Binary 11000110 1000001 10111 0 1000011 1011000 10110 1110 1001111 101011

Color Harmonies of #C64117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64117

Black with #C64117

Text Example


Text Example

White with #C64117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64117; }

 p { color: rgb(198,65,23); }

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

background-color css

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

 a { background-color: rgb(198,65,23); }

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

border-color css

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

 span { border-color: rgb(198,65,23); }

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