Html Css Color HEX #C64011 Harley Davidson Orange

📋 copy color: '#C64011'

red 198 ◦ green 64 ◦ blue 17

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

Shades of Harley Davidson Orange #C64011

Tints of Harley Davidson Orange #C64011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 6.09%

R = 70.97%
G = 22.94%
B = 6.09%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#C64011 (or 0xC64011) is known color: Harley Davidson Orange. HEX triplet: C6, 40 and 11. RGB value is (198,64,17). Sum of RGB (Red+Green+Blue) = 198+64+17=279 (36% of max value = 765). Red value is 198 (77.73% from 255 or 70.97% from 279); Green value is 64 (25.39% from 255 or 22.94% from 279); Blue value is 17 (7.03% from 255 or 6.09% from 279); Max value from RGB is 198 - color contains mainly: red. Hex color #C64011 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C64011 is #39BFEE. Grayscale: #636363. Windows color (decimal): -3784687 or 1130694. OLE color: 1130694.

HSL color Cylindrical-coordinate representation of color #C64011: hue angle of 15.58º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C64011 is Cyan = 0, Magento = 0.68, Yellow = 0.91 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 64 17 -
CMYK 0 0.68 0.91 0.22
HSL 15.58º 0.84% 0.42% -
HSV(B) 15.58º 0.91% 0.78% -
XYZ 25.22 15.71 2.23 -
YUV 98.71 81.89 198.82 -
System Red Green Blue C M Y K H S L
Decimal 198 64 17 0 0.68 0.91 0.22 15.58 0.84 0.42
Hex C6 40 11 0 44 5B 16 10 54 2A
Octal 306 100 21 0 104 133 26 20 124 52
Binary 11000110 1000000 10001 0 1000100 1011011 10110 10000 1010100 101010

Color Harmonies of #C64011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64011

Black with #C64011

Text Example


Text Example

White with #C64011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64011; }

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

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

background-color css

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

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

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

border-color css

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

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

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