Html Css Color HEX #C64519 Harley Davidson Orange

📋 copy color: '#C64519'

red 198 ◦ green 69 ◦ blue 25

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

Shades of Harley Davidson Orange #C64519

Tints of Harley Davidson Orange #C64519

RGB

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

 GREEN value IS 69 (27.34% from 255) = 23.63%

 BLUE value IS 25 (10.16% from 255) = 8.56%

R = 67.81%
G = 23.63%
B = 8.56%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C64519 (or 0xC64519) is known color: Harley Davidson Orange. HEX triplet: C6, 45 and 19. RGB value is (198,69,25). Sum of RGB (Red+Green+Blue) = 198+69+25=292 (38% of max value = 765). Red value is 198 (77.73% from 255 or 67.81% from 292); Green value is 69 (27.34% from 255 or 23.63% from 292); Blue value is 25 (10.16% from 255 or 8.56% from 292); Max value from RGB is 198 - color contains mainly: red. Hex color #C64519 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C64519 is #39BAE6. Grayscale: #666666. Windows color (decimal): -3783399 or 1656262. OLE color: 1656262.

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

Color convert

RGB 198 69 25 -
CMYK 0 0.65 0.87 0.22
HSL 15.26º 0.78% 0.44% -
HSV(B) 15.26º 0.87% 0.78% -
XYZ 25.59 16.33 2.72 -
YUV 102.56 84.24 196.08 -
System Red Green Blue C M Y K H S L
Decimal 198 69 25 0 0.65 0.87 0.22 15.26 0.78 0.44
Hex C6 45 19 0 41 57 16 F 4E 2C
Octal 306 105 31 0 101 127 26 17 116 54
Binary 11000110 1000101 11001 0 1000001 1010111 10110 1111 1001110 101100

Color Harmonies of #C64519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64519

Black with #C64519

Text Example


Text Example

White with #C64519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64519; }

 p { color: rgb(198,69,25); }

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

background-color css

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

 a { background-color: rgb(198,69,25); }

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

border-color css

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

 span { border-color: rgb(198,69,25); }

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