Html Css Color HEX #C64218 Harley Davidson Orange

📋 copy color: '#C64218'

red 198 ◦ green 66 ◦ blue 24

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

Shades of Harley Davidson Orange #C64218

Tints of Harley Davidson Orange #C64218

RGB

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

 GREEN value IS 66 (26.17% from 255) = 22.92%

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

R = 68.75%
G = 22.92%
B = 8.33%

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

#C64218 (or 0xC64218) is known color: Harley Davidson Orange. HEX triplet: C6, 42 and 18. RGB value is (198,66,24). Sum of RGB (Red+Green+Blue) = 198+66+24=288 (38% of max value = 765). Red value is 198 (77.73% from 255 or 68.75% from 288); Green value is 66 (26.17% from 255 or 22.92% from 288); Blue value is 24 (9.77% from 255 or 8.33% from 288); Max value from RGB is 198 - color contains mainly: red. Hex color #C64218 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C64218 is #39BDE7. Grayscale: #646464. Windows color (decimal): -3784168 or 1589958. OLE color: 1589958.

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

Color convert

RGB 198 66 24 -
CMYK 0 0.67 0.88 0.22
HSL 14.48º 0.78% 0.44% -
HSV(B) 14.48º 0.88% 0.78% -
XYZ 25.4 15.97 2.61 -
YUV 100.68 84.73 197.42 -
System Red Green Blue C M Y K H S L
Decimal 198 66 24 0 0.67 0.88 0.22 14.48 0.78 0.44
Hex C6 42 18 0 43 58 16 E 4E 2C
Octal 306 102 30 0 103 130 26 16 116 54
Binary 11000110 1000010 11000 0 1000011 1011000 10110 1110 1001110 101100

Color Harmonies of #C64218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64218

Black with #C64218

Text Example


Text Example

White with #C64218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64218; }

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

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

background-color css

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

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

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

border-color css

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

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

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