Html Css Color HEX #C64318 Harley Davidson Orange

📋 copy color: '#C64318'

red 198 ◦ green 67 ◦ blue 24

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

Shades of Harley Davidson Orange #C64318

Tints of Harley Davidson Orange #C64318

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 8.3%

R = 68.51%
G = 23.18%
B = 8.3%

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

#C64318 (or 0xC64318) is known color: Harley Davidson Orange. HEX triplet: C6, 43 and 18. RGB value is (198,67,24). Sum of RGB (Red+Green+Blue) = 198+67+24=289 (38% of max value = 765). Red value is 198 (77.73% from 255 or 68.51% from 289); Green value is 67 (26.56% from 255 or 23.18% from 289); Blue value is 24 (9.77% from 255 or 8.30% from 289); Max value from RGB is 198 - color contains mainly: red. Hex color #C64318 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C64318 is #39BCE7. Grayscale: #656565. Windows color (decimal): -3783912 or 1590214. OLE color: 1590214.

HSL color Cylindrical-coordinate representation of color #C64318: hue angle of 14.83º degrees, saturation: 0.78, 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 #C64318 is Cyan = 0, Magento = 0.66, Yellow = 0.88 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 67 24 -
CMYK 0 0.66 0.88 0.22
HSL 14.83º 0.78% 0.44% -
HSV(B) 14.83º 0.88% 0.78% -
XYZ 25.46 16.09 2.63 -
YUV 101.27 84.4 197 -
System Red Green Blue C M Y K H S L
Decimal 198 67 24 0 0.66 0.88 0.22 14.83 0.78 0.44
Hex C6 43 18 0 42 58 16 F 4E 2C
Octal 306 103 30 0 102 130 26 17 116 54
Binary 11000110 1000011 11000 0 1000010 1011000 10110 1111 1001110 101100

Color Harmonies of #C64318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64318

Black with #C64318

Text Example


Text Example

White with #C64318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64318; }

 p { color: rgb(198,67,24); }

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

background-color css

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

 a { background-color: rgb(198,67,24); }

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

border-color css

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

 span { border-color: rgb(198,67,24); }

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