Html Css Color HEX #C6340C Harley Davidson Orange

📋 copy color: '#C6340C'

red 198 ◦ green 52 ◦ blue 12

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

Shades of Harley Davidson Orange #C6340C

Tints of Harley Davidson Orange #C6340C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 19.85%

 BLUE value IS 12 (5.08% from 255) = 4.58%

R = 75.57%
G = 19.85%
B = 4.58%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#C6340C (or 0xC6340C) is known color: Harley Davidson Orange. HEX triplet: C6, 34 and 0C. RGB value is (198,52,12). Sum of RGB (Red+Green+Blue) = 198+52+12=262 (34% of max value = 765). Red value is 198 (77.73% from 255 or 75.57% from 262); Green value is 52 (20.70% from 255 or 19.85% from 262); Blue value is 12 (5.08% from 255 or 4.58% from 262); Max value from RGB is 198 - color contains mainly: red. Hex color #C6340C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C6340C is #39CBF3. Grayscale: #5B5B5B. Windows color (decimal): -3787764 or 799942. OLE color: 799942.

HSL color Cylindrical-coordinate representation of color #C6340C: hue angle of 12.9º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C6340C is Cyan = 0, Magento = 0.74, Yellow = 0.94 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 52 12 -
CMYK 0 0.74 0.94 0.22
HSL 12.9º 0.89% 0.41% -
HSV(B) 12.9º 0.94% 0.78% -
XYZ 24.58 14.49 1.85 -
YUV 91.09 83.37 204.25 -
System Red Green Blue C M Y K H S L
Decimal 198 52 12 0 0.74 0.94 0.22 12.9 0.89 0.41
Hex C6 34 C 0 4A 5E 16 D 59 29
Octal 306 64 14 0 112 136 26 15 131 51
Binary 11000110 110100 1100 0 1001010 1011110 10110 1101 1011001 101001

Color Harmonies of #C6340C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6340C

Black with #C6340C

Text Example


Text Example

White with #C6340C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6340C; }

 p { color: rgb(198,52,12); }

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

background-color css

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

 a { background-color: rgb(198,52,12); }

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

border-color css

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

 span { border-color: rgb(198,52,12); }

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