Html Css Color HEX #C64013 Harley Davidson Orange

📋 copy color: '#C64013'

red 198 ◦ green 64 ◦ blue 19

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

Shades of Harley Davidson Orange #C64013

Tints of Harley Davidson Orange #C64013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.76%

R = 70.46%
G = 22.78%
B = 6.76%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#C64013 (or 0xC64013) is known color: Harley Davidson Orange. HEX triplet: C6, 40 and 13. RGB value is (198,64,19). Sum of RGB (Red+Green+Blue) = 198+64+19=281 (37% of max value = 765). Red value is 198 (77.73% from 255 or 70.46% from 281); Green value is 64 (25.39% from 255 or 22.78% from 281); Blue value is 19 (7.81% from 255 or 6.76% from 281); Max value from RGB is 198 - color contains mainly: red. Hex color #C64013 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C64013 is #39BFEC. Grayscale: #636363. Windows color (decimal): -3784685 or 1261766. OLE color: 1261766.

HSL color Cylindrical-coordinate representation of color #C64013: hue angle of 15.08º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C64013 is Cyan = 0, Magento = 0.68, Yellow = 0.90 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 64 19 -
CMYK 0 0.68 0.90 0.22
HSL 15.08º 0.82% 0.43% -
HSV(B) 15.08º 0.9% 0.78% -
XYZ 25.24 15.72 2.32 -
YUV 98.94 82.89 198.66 -
System Red Green Blue C M Y K H S L
Decimal 198 64 19 0 0.68 0.90 0.22 15.08 0.82 0.43
Hex C6 40 13 0 44 5A 16 F 52 2B
Octal 306 100 23 0 104 132 26 17 122 53
Binary 11000110 1000000 10011 0 1000100 1011010 10110 1111 1010010 101011

Color Harmonies of #C64013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64013

Black with #C64013

Text Example


Text Example

White with #C64013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64013; }

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

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

background-color css

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

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

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

border-color css

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

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

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