Html Css Color HEX #C64019 Harley Davidson Orange

📋 copy color: '#C64019'

red 198 ◦ green 64 ◦ blue 25

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

Shades of Harley Davidson Orange #C64019

Tints of Harley Davidson Orange #C64019

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.3%

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

R = 68.99%
G = 22.3%
B = 8.71%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C64019 (or 0xC64019) is known color: Harley Davidson Orange. HEX triplet: C6, 40 and 19. RGB value is (198,64,25). Sum of RGB (Red+Green+Blue) = 198+64+25=287 (38% of max value = 765). Red value is 198 (77.73% from 255 or 68.99% from 287); Green value is 64 (25.39% from 255 or 22.30% from 287); Blue value is 25 (10.16% from 255 or 8.71% from 287); Max value from RGB is 198 - color contains mainly: red. Hex color #C64019 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C64019 is #39BFE6. Grayscale: #636363. Windows color (decimal): -3784679 or 1654982. OLE color: 1654982.

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

Color convert

RGB 198 64 25 -
CMYK 0 0.68 0.87 0.22
HSL 13.53º 0.78% 0.44% -
HSV(B) 13.53º 0.87% 0.78% -
XYZ 25.3 15.74 2.63 -
YUV 99.62 85.89 198.17 -
System Red Green Blue C M Y K H S L
Decimal 198 64 25 0 0.68 0.87 0.22 13.53 0.78 0.44
Hex C6 40 19 0 44 57 16 E 4E 2C
Octal 306 100 31 0 104 127 26 16 116 54
Binary 11000110 1000000 11001 0 1000100 1010111 10110 1110 1001110 101100

Color Harmonies of #C64019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64019

Black with #C64019

Text Example


Text Example

White with #C64019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64019; }

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

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

background-color css

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

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

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

border-color css

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

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

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